We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f540484 commit 42e82edCopy full SHA for 42e82ed
1 file changed
tools/dmake.cpp
@@ -312,7 +312,7 @@ int main(int argc, char **argv)
312
313
// Makefile settings..
314
if (release) {
315
- makeConditionalVariable(fout, "CXXFLAGS", "-O2 -include lib/cxx11emu.h -DNDEBUG -Wall");
+ makeConditionalVariable(fout, "CXXFLAGS", "-O2 -include lib/cxx11emu.h -DNDEBUG -Wall -Wno-sign-compare");
316
} else {
317
// TODO: add more compiler warnings.
318
// -Wlogical-op : doesn't work on older GCC
0 commit comments