We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e5201 commit 1cff514Copy full SHA for 1cff514
OmaxLTO.cfg
@@ -1,5 +1,11 @@
1
--flto=full \
+-flto=full -fuse-linker-plugin \
2
-fvirtual-function-elimination \
3
-fwhole-program-vtables \
4
--Wl,-plugin-opt=-extra-LTO-loop-unroll=true
+-Wl,-plugin-opt=-extra-LTO-loop-unroll=true \
5
+-Wl,-plugin-opt=-inline-threshold=500 \
6
+-Wl,-plugin-opt=-unroll-threshold=450 \
7
+-Wl,-plugin-opt=-unroll-partial-threshold=450 \
8
+-Wl,-plugin-opt=-unroll-max-iteration-count-to-analyze=20 \
9
+-Wl,-plugin-opt=-lsr-complexity-limit=1073741823 \
10
+-Wl,-plugin-opt=-force-attribute=main:norecurse \
11
0 commit comments