diff --git a/tools/dmake.cpp b/tools/dmake.cpp index bb1563de5..3053a9a6a 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -312,7 +312,7 @@ int main(int argc, char **argv) // Makefile settings.. if (release) { - makeConditionalVariable(fout, "CXXFLAGS", "-O2 -include lib/cxx11emu.h -DNDEBUG -Wall"); + makeConditionalVariable(fout, "CXXFLAGS", "-O2 -include lib/cxx11emu.h -DNDEBUG -Wall -Wno-sign-compare"); } else { // TODO: add more compiler warnings. // -Wlogical-op : doesn't work on older GCC