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 20bce42 commit 7db6e10Copy full SHA for 7db6e10
OmaxLTO.cfg
@@ -1,5 +1,12 @@
1
-flto=full \
2
+-fuse-linker-plugin \
3
-fvirtual-function-elimination \
4
-fwhole-program-vtables \
--Wl,-plugin-opt=-extra-LTO-loop-unroll=true
5
+-Wl,-plugin-opt=-extra-LTO-loop-unroll=true \
6
+-Wl,-plugin-opt=-inline-threshold=500 \
7
+-Wl,-plugin-opt=-unroll-threshold=450 \
8
+-Wl,-plugin-opt=-unroll-partial-threshold=450 \
9
+-Wl,-plugin-opt=-unroll-max-iteration-count-to-analyze=20 \
10
+-Wl,-plugin-opt=-lsr-complexity-limit=1073741823 \
11
+-Wl,-plugin-opt=-force-attribute=main:norecurse \
12
0 commit comments