File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments