Update AMBuildScript

This commit is contained in:
Alik Aslanyan 2019-01-26 19:59:47 +04:00 committed by GitHub
parent d873015e18
commit 8361f45654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,7 +252,7 @@ class AMXXConfig(object):
if builder.options.opt == '1':
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):
if builder.options.debug == '1':