We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cc51c commit 4acfcaeCopy full SHA for 4acfcae
.github/workflows/deploy-pages.yml
@@ -108,6 +108,8 @@ jobs:
108
-DCMAKE_INSTALL_PREFIX=$PREFIX \
109
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
110
-DSYSROOT_PATH=$SYSROOT_PATH \
111
+ -DCMAKE_C_FLAGS_RELEASE="-Oz -g0 -DNDEBUG" \
112
+ -DCMAKE_CXX_FLAGS_RELEASE="-Oz -g0 -DNDEBUG" \
113
../
114
else
115
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
@@ -120,6 +122,8 @@ jobs:
120
122
121
123
124
125
126
127
128
fi
129
emmake make -j ${{ env.ncpus }} check-cppinterop
0 commit comments