Oops, wasn't setting CPPFLAGS.
This commit is contained in:
parent
2d4d477a3f
commit
fd290fe04d
@ -39,6 +39,7 @@ if not conf.CheckFunc('pthread_barrier_init'):
|
||||
env = conf.Finish()
|
||||
|
||||
env.Append(CFLAGS = ' -O3 -Wall -g')
|
||||
env.Append(CPPFLAGS = ' -O3 -Wall -g')
|
||||
#env.Append(CPPFLAGS = ' -D_GNU_SOURCE -D__STDC_FORMAT_MACROS')
|
||||
#env.Append(CPPFLAGS = ' -DUSE_ADAPTIVE_SAMPLER')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user