2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
This commit is contained in:
Thomas Nagy 2015-10-09 19:32:01 +02:00
parent 1886e77063
commit a306e30027
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -8,7 +8,7 @@ bld.program(
features = 'aaa',
source = 'main.c',
includes = '. ..',
cflags = ['-O3'],
#cflags = ['-O3'], # for example
defines = ['foo=bar'],
target = 'myprogram',
use = 'M')