diff --git a/demos/c/program/wscript_build b/demos/c/program/wscript_build index 83797145..9ecd5f5a 100644 --- a/demos/c/program/wscript_build +++ b/demos/c/program/wscript_build @@ -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')