We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391c6d commit ff453e5Copy full SHA for ff453e5
1 file changed
contrib/guix/libexec/build.sh
@@ -209,7 +209,7 @@ mkdir -p "$OUTDIR"
209
# CONFIGFLAGS
210
CONFIGFLAGS="-DREDUCE_EXPORTS=ON -DBUILD_BENCH=OFF -DBUILD_GUI_TESTS=OFF -DBUILD_FUZZ_BINARY=OFF"
211
CONFIGFLAGS="$CONFIGFLAGS -DCMAKE_SKIP_BUILD_RPATH=TRUE" # check-symbols is fussy about rpath and we don't need it
212
-CONFIGFLAGS="$CONFIGFLAGS -D RDTS_CONSENT=RUNTIME_CHECK"
+CONFIGFLAGS="$CONFIGFLAGS -D RDTS_CONSENT=RUNTIME_WARN"
213
214
# CFLAGS
215
HOST_CFLAGS="-O2 -g"
0 commit comments