build: Don't link plugins with plugin test library except in the test CI

This commit is contained in:
WerWolv
2024-06-25 21:54:48 +02:00
parent 95166ccfb8
commit d7c5c84110
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ jobs:
CC=gcc-12 CXX=g++-12 cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DIMHEX_ENABLE_UNIT_TESTS=ON \
-DIMHEX_ENABLE_PLUGIN_TESTS=ON \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_C_FLAGS="-fuse-ld=lld -fsanitize=address,leak,undefined -fno-sanitize-recover=all --coverage" \