This commit is contained in:
vrd
2024-05-17 20:24:36 +03:00
parent 57c0aa4309
commit 0b625dc84d
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -197,8 +197,8 @@ bool preprocess_and_compare()
Cmd preprocess(
CXX,
"-E", // preprocess only
"-P", // don't generate linemarkers in the output to reduce file size
src_file.c_str()
src_file.c_str(),
CXXFLAGS
);
if(!debug)
preprocess += "-DNDEBUG";