mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-01 15:29:05 +03:00
Update AMBuildScript
This commit is contained in:
parent
d873015e18
commit
8361f45654
@ -252,7 +252,7 @@ class AMXXConfig(object):
|
|||||||
|
|
||||||
if builder.options.opt == '1':
|
if builder.options.opt == '1':
|
||||||
cxx.cflags += ['-O2', '-flto=thin', '-fPIC']
|
cxx.cflags += ['-O2', '-flto=thin', '-fPIC']
|
||||||
cxx.linkflags += ['-O2', '-flto=thin', '-fuse-ld=lld', '-Wl,-z,notext', '-Wl,--pie']
|
cxx.linkflags += ['-O2', '-flto=thin', '-fuse-ld=lld', '-Wl,-z,notext']
|
||||||
|
|
||||||
def configure_msvc(self, cxx):
|
def configure_msvc(self, cxx):
|
||||||
if builder.options.debug == '1':
|
if builder.options.debug == '1':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user