Comment. Yes.

This commit is contained in:
Jussi Pakkanen 2013-08-25 21:27:14 +03:00
parent bcc997e0e7
commit 9e7a092ee5
1 changed files with 1 additions and 0 deletions

View File

@ -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):