aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-08-25 21:27:14 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-08-25 21:27:14 +0300
commit9e7a092ee502959f6130efe565b1dc1e0180c53d (patch)
tree05b2fa4c4075eb8b4a162d2a4102c0118360add1 /environment.py
parentbcc997e0e7a788fd9fc800da54b6553e78ce0793 (diff)
downloadmeson-9e7a092ee502959f6130efe565b1dc1e0180c53d.zip
meson-9e7a092ee502959f6130efe565b1dc1e0180c53d.tar.gz
meson-9e7a092ee502959f6130efe565b1dc1e0180c53d.tar.bz2
Comment. Yes.
Diffstat (limited to 'environment.py')
-rw-r--r--environment.py1
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):