diff --git a/environment.py b/environment.py index dd178e102..362ab35a0 100644 --- a/environment.py +++ b/environment.py @@ -556,6 +556,7 @@ class ClangCCompiler(CCompiler): class GnuCPPCompiler(CPPCompiler): std_warn_flags = ['-Wall', '-Winvalid-pch'] std_opt_flags = ['-O2'] + # may need to separate the latter to extra_debug_flags or something std_debug_flags = ['-g', '-D_GLIBCXX_DEBUG'] def __init__(self, exelist, is_cross, exe_wrap):