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( Cmd preprocess(
CXX, CXX,
"-E", // preprocess only "-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) if(!debug)
preprocess += "-DNDEBUG"; preprocess += "-DNDEBUG";
+1
View File
@@ -1,4 +1,5 @@
support C support C
github
man man
.cppipe file extension .cppipe file extension
tips tips