485 |
env.Append(CXXFLAGS = flags) |
env.Append(CXXFLAGS = flags) |
486 |
except KeyError: |
except KeyError: |
487 |
pass |
pass |
488 |
|
|
489 |
|
# Impassioned plea - please do this sort of thing in the options files. |
490 |
try: |
try: |
491 |
if env['CC'] == 'gcc': env.Append(CCFLAGS = "-pedantic-errors -Wno-long-long") |
if env['CC'] == 'gcc': env.Append(CCFLAGS = "-pedantic-errors -Wno-long-long") |
492 |
except: |
except: |
493 |
pass |
pass |
494 |
|
|
495 |
if dodebug: |
if dodebug: |
496 |
try: |
try: |
497 |
flags = env['link_flags_debug'] |
flags = env['link_flags_debug'] |