Browse Source
Linux and mingw enable libstdc++ debugging for extra runtime checks. OSX doesn't play nice, so don't enable it there.0.10
Cory Fields
10 years ago
3 changed files with 27 additions and 3 deletions
@ -1,2 +1,10 @@ |
|||||||
mingw32_CFLAGS=-pipe -O2 |
mingw32_CFLAGS=-pipe |
||||||
mingw32_CXXFLAGS=$(mingw32_CFLAGS) |
mingw32_CXXFLAGS=$(mingw32_CFLAGS) |
||||||
|
|
||||||
|
mingw32_release_CFLAGS=-O2 |
||||||
|
mingw32_release_CXXFLAGS=$(mingw32_release_CFLAGS) |
||||||
|
|
||||||
|
mingw32_debug_CFLAGS=-O1 |
||||||
|
mingw32_debug_CXXFLAGS=$(mingw32_debug_CFLAGS) |
||||||
|
|
||||||
|
mingw32_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC |
||||||
|
Loading…
Reference in new issue