From 0b625dc84d6b184b42260f7deef5dcbecc1ea1e9 Mon Sep 17 00:00:00 2001 From: Venelin Date: Fri, 17 May 2024 20:24:36 +0300 Subject: [PATCH] fix --- src/cppipe.cpp | 4 ++-- todo.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cppipe.cpp b/src/cppipe.cpp index b845b74..9f5a50f 100644 --- a/src/cppipe.cpp +++ b/src/cppipe.cpp @@ -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"; diff --git a/todo.txt b/todo.txt index b54a637..982460b 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,5 @@ support C +github man .cppipe file extension tips