use lto=yes on github?
This commit is contained in:
parent
8e494faa63
commit
804dbfc992
@ -37,6 +37,7 @@ 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