Update AMBuildScript

This commit is contained in:
Alik Aslanyan 2019-01-26 15:29:15 +04:00 committed by GitHub
parent 27199fecee
commit 61f34ae17b
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']
cxx.linkflags += ['-O2', '-flto']
cxx.linkflags += ['-O2', '-flto', '-fuse-ld=lld']
def configure_msvc(self, cxx):
if builder.options.debug == '1':