Skip to content

Commit 87259e0

Browse files
authored
Merge branch 'master' into development/ipc-inbound-fix
2 parents 2ed9d5c + aea5bbe commit 87259e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Linux build template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ jobs:
122122
cmake -G Ninja -S ThunderTools -B ${{matrix.build_type}}/build/ThunderTools \
123123
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Werror -m${{matrix.architecture}}" \
124124
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror -m${{matrix.architecture}}" \
125-
-DCMAKE_INSTALL_PREFIX=${{matrix.build_type}}/install/usr
125+
-DCMAKE_INSTALL_PREFIX=${{matrix.build_type}}/install/usr \
126+
${{(matrix.build_type == 'Release' && matrix.shared_libs == 'ON' && matrix.architecture == '64') && '-DPROXYSTUB_GENERATOR_ENABLE_SECURITY=ON -DPROXYSTUB_GENERATOR_ENABLE_COHERENCY=ON' || ''}}
126127
cmake --build ${{matrix.build_type}}/build/ThunderTools --target install
127128
128129
- name: Regex Thunder

0 commit comments

Comments
 (0)