nope, use lto=false
This commit is contained in:
parent
804dbfc992
commit
dd5dca1099
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user