Skip to content

Commit ff453e5

Browse files
committed
guix: Build with RDTS_CONSENT=RUNTIME_WARN
1 parent f391c6d commit ff453e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ mkdir -p "$OUTDIR"
209209
# CONFIGFLAGS
210210
CONFIGFLAGS="-DREDUCE_EXPORTS=ON -DBUILD_BENCH=OFF -DBUILD_GUI_TESTS=OFF -DBUILD_FUZZ_BINARY=OFF"
211211
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"
212+
CONFIGFLAGS="$CONFIGFLAGS -D RDTS_CONSENT=RUNTIME_WARN"
213213

214214
# CFLAGS
215215
HOST_CFLAGS="-O2 -g"

0 commit comments

Comments
 (0)