Testing LTO (#4)

* Testing LTO

* clang

* linux
This commit is contained in:
Matías Locatti
2022-12-15 00:18:07 -03:00
committed by GitHub
parent e2f32e8c88
commit 7c3a086c2e
3 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ mkdir build || true && cd build
cmake .. \
-DBoost_USE_STATIC_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \
-DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \
-DCMAKE_INSTALL_PREFIX="/usr" \