Skip to content

Commit a2e1666

Browse files
committed
enable LTO
1 parent cb060d1 commit a2e1666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/target_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def _qtbase(ver: BranchProfile, paths: ProjectPaths, config: argparse.Namespace)
577577
'-device-option', f'CROSS_COMPILE={ver.target}-',
578578
'-qt-host-path', '/usr/local',
579579
'-no-pch',
580-
'-no-ltcg',
580+
'-ltcg',
581581
'-no-unity-build',
582582
# build environment
583583
'-pkg-config',

0 commit comments

Comments
 (0)