Add config : LTO

This commit is contained in:
2018-06-20 23:24:55 +09:00
parent 608c1cb681
commit 395737d1e5
2 changed files with 17 additions and 3 deletions
+4
View File
@@ -19,6 +19,10 @@ BITCHK=`getconf LONG_BIT`
### Do not modify it under normal circumstances.
BUILD_MTS="-j$(expr $(nproc) \+ 1)"
### LTO build
### View : https://gcc.gnu.org/wiki/LinkTimeOptimization#Using_LTO
LTO=1
#########################
### Select add module ###
#########################