mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Remove FORCE_INLINING from interrogate commandline, as drwr says
This commit is contained in:
parent
195a8d93ad
commit
3d82f01530
@ -765,8 +765,8 @@ def CompileIgate(woutd,wsrc,opts):
|
||||
optlevel=GetOptimizeOption(opts)
|
||||
if (optlevel==1): cmd += ' -D_DEBUG'
|
||||
if (optlevel==2): cmd += ' -D_DEBUG'
|
||||
if (optlevel==3): cmd += ' -DFORCE_INLINING'
|
||||
if (optlevel==4): cmd += ' -DNDEBUG -DFORCE_INLINING'
|
||||
if (optlevel==3): pass
|
||||
if (optlevel==4): cmd += ' -DNDEBUG'
|
||||
cmd += ' -oc ' + woutc + ' -od ' + woutd
|
||||
cmd += ' -fnames -string -refcount -assert -python-native'
|
||||
cmd += ' -S' + GetOutputDir() + '/include/parser-inc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user