Changes in / [b0ac9cd:55012c4]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rb0ac9cd r55012c4  
    6161  ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation
    6262  ctx.load('waf_unit_test')
    63   ctx.env.CFLAGS = ['-g']
     63  ctx.env.CFLAGS = ['-g', '-Wall', '-Wextra']
    6464
    6565  if Options.options.target_platform:
Note: See TracChangeset for help on using the changeset viewer.