@@ -, +, @@ --- SConstruct | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/SConstruct +++ a/SConstruct @@ -37,7 +37,7 @@ opts.Save('options.cache', env) env.ParseConfig('pkg-config --cflags --libs glib-2.0') -env.Append(CXXFLAGS=' -Wall -Wno-sign-compare -Wno-write-strings') +#env.Append(CXXFLAGS=' -Wall -Wno-sign-compare -Wno-write-strings') #env.Append(CXXFLAGS=' -O0', LINKFLAGS=' -O0') #env.Append(CXXFLAGS=' -O3', LINKFLAGS=' -O3') --