From 9e7a092ee502959f6130efe565b1dc1e0180c53d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 25 Aug 2013 21:27:14 +0300 Subject: [PATCH] Comment. Yes. --- environment.py | 1 + 1 file changed, 1 insertion(+) 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):