diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-25 19:40:44 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-25 19:40:44 -0400 |
commit | cfc45319fe675d5a03a67ebc69ef4de9f243dcbb (patch) | |
tree | 29dd70fe8a85b0780f9634f5728de365f2c8fc08 /src/makefile.mingw | |
parent | c2e8c8acd8ae0c94c70b59f55169841ad195bb99 (diff) |
Remove unused -DNOPCH
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r-- | src/makefile.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index 5584df5603..dcb46ef26b 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -23,7 +23,7 @@ LIBS= \ -l ssl \ -l crypto -DEFS=-DWIN32 -D_WINDOWS -DNOPCH -DBOOST_THREAD_USE_LIB +DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB DEBUGFLAGS=-g CFLAGS=-mthreads -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) |