dmake: include lib/cxx11emu.h in release builds also

This commit is contained in:
Daniel Marjamäki 2014-04-20 12:30:05 +02:00
parent 44a66e6a5a
commit ea016d4d73
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ int main(int argc, char **argv)
// Makefile settings..
if (release) {
makeConditionalVariable(fout, "CXXFLAGS", "-O2 -DNDEBUG -Wall");
makeConditionalVariable(fout, "CXXFLAGS", "-O2 -include lib/cxx11emu.h -DNDEBUG -Wall");
} else {
// TODO: add more compiler warnings.
// -Wlogical-op : doesn't work on older GCC