diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-25 21:27:14 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-25 21:27:14 +0300 |
commit | 9e7a092ee502959f6130efe565b1dc1e0180c53d (patch) | |
tree | 05b2fa4c4075eb8b4a162d2a4102c0118360add1 /environment.py | |
parent | bcc997e0e7a788fd9fc800da54b6553e78ce0793 (diff) | |
download | meson-9e7a092ee502959f6130efe565b1dc1e0180c53d.zip meson-9e7a092ee502959f6130efe565b1dc1e0180c53d.tar.gz meson-9e7a092ee502959f6130efe565b1dc1e0180c53d.tar.bz2 |
Comment. Yes.
Diffstat (limited to 'environment.py')
-rw-r--r-- | environment.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.py b/environment.py index dd178e1..362ab35 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): |