CMake: Change -ffile-prefix-map to be enabled by an option

Use in github release workflows
This commit is contained in:
Jonathan G Rennison
2023-08-17 13:59:48 +01:00
parent 8dc953c590
commit 6fa3620222
4 changed files with 9 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DOPTION_COMPRESS_DEBUG=ON \
-DOPTION_LTO=ON \
-DOPTION_TRIM_PATH_PREFIX=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
# EOF
echo "::endgroup::"