fix
This commit is contained in:
+2
-2
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user