nope, use lto=false

This commit is contained in:
shenjack 2023-08-17 20:47:55 +08:00
parent 804dbfc992
commit dd5dca1099
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -37,7 +37,6 @@ if __name__ == '__main__':
compiler.output_path = Path('./build/github')
compiler.python_cmd = 'python'
compiler.save_xml = False
compiler.use_lto = True
# 检测 --xml 参数
if '--xml' in sys.argv: