wscript: fix LTO check scope
This commit is contained in:
parent
ddf070b63d
commit
39ff3b199a
1 changed files with 7 additions and 8 deletions
1
wscript
1
wscript
|
@ -233,7 +233,6 @@ def configure(conf):
|
|||
conf.env.append_unique('CFLAGS', '/GL')
|
||||
conf.env.append_unique('LINKFLAGS', '/LTCG')
|
||||
|
||||
|
||||
conf.env.DEDICATED = conf.options.DEDICATED
|
||||
# we don't need game launcher on dedicated
|
||||
conf.env.SINGLE_BINARY = conf.options.SINGLE_BINARY or conf.env.DEDICATED
|
||||
|
|
Loading…
Add table
Reference in a new issue