dmake: include lib/cxx11emu.h in release builds also
This commit is contained in:
parent
44a66e6a5a
commit
ea016d4d73
|
@ -296,7 +296,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
// Makefile settings..
|
// Makefile settings..
|
||||||
if (release) {
|
if (release) {
|
||||||
makeConditionalVariable(fout, "CXXFLAGS", "-O2 -DNDEBUG -Wall");
|
makeConditionalVariable(fout, "CXXFLAGS", "-O2 -include lib/cxx11emu.h -DNDEBUG -Wall");
|
||||||
} else {
|
} else {
|
||||||
// TODO: add more compiler warnings.
|
// TODO: add more compiler warnings.
|
||||||
// -Wlogical-op : doesn't work on older GCC
|
// -Wlogical-op : doesn't work on older GCC
|
||||||
|
|
Loading…
Reference in New Issue