mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-10 11:40:06 +03:00
Update AMBuildScript
This commit is contained in:
parent
26418ca89f
commit
c304226f58
@ -251,8 +251,8 @@ class AMXXConfig(object):
|
||||
]
|
||||
|
||||
if builder.options.opt == '1':
|
||||
cxx.cflags += ['-O2', '-flto']
|
||||
cxx.linkflags += ['-O2', '-flto', '-fuse-ld=lld', '-Wl,-z,notext']
|
||||
cxx.cflags += ['-O2', '-flto=thin']
|
||||
cxx.linkflags += ['-O2', '-flto=thin', '-fuse-ld=lld', '-Wl,-z,notext']
|
||||
|
||||
def configure_msvc(self, cxx):
|
||||
if builder.options.debug == '1':
|
||||
|
Loading…
x
Reference in New Issue
Block a user