diff options
| author | Gavin Andresen <[email protected]> | 2012-04-26 15:36:33 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-26 15:36:33 -0700 |
| commit | 27d4b53a5c458b68921f406458cc72bfadb15fa5 (patch) | |
| tree | 79f5020f8b5bd9f1a65065bccd44068b4cfa5c10 /src/makefile.linux-mingw | |
| parent | Merge pull request #1152 from freewil/remove-strange-debug (diff) | |
| parent | Remove unused -DNOPCH (diff) | |
| download | discoin-27d4b53a5c458b68921f406458cc72bfadb15fa5.tar.xz discoin-27d4b53a5c458b68921f406458cc72bfadb15fa5.zip | |
Merge pull request #1150 from gavinandresen/NOPCH
Remove unused -DNOPCH
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 8e4e63817..4c155f3f9 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -27,7 +27,7 @@ LIBS= \ -l ssl \ -l crypto -DEFS=-D_MT -DWIN32 -D_WINDOWS -DNOPCH -DBOOST_THREAD_USE_LIB +DEFS=-D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB DEBUGFLAGS=-g CFLAGS=-O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) |