This commit is contained in:
Duke
2025-12-30 01:54:09 -05:00
parent 50a4107f08
commit 79230c41ab
2 changed files with 4 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ CONFIG_SITE="$PWD/depends/$HOST/share/config.site" ./configure "$HARDENING_ARG"
WD=$PWD
cd src/cc
echo $PWD
CC=${CC:-gcc} ./makecustom
CFLAGS=-std=gnu17 CC=${CC:-gcc} ./makecustom
cd $WD
# Build RandomX
@@ -154,4 +154,5 @@ fi
cd $WD
CXXFLAGS+=-std=gnu17
time "$MAKE" "$@" V=1