Comment. Yes.

pull/15/head
Jussi Pakkanen 12 years ago
parent bcc997e0e7
commit 9e7a092ee5
  1. 1
      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):

Loading…
Cancel
Save