Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-03-15 00:47:41 +08:00
committed by GitHub
parent 2ca305d68e
commit d9dcb73498
-4
View File
@@ -71,10 +71,6 @@ koch tools -t:-fPIE -l:-pie &
nim c -d:danger -t:-fPIE -l:-pie nimsuggest/nimsuggest.nim &
wait
%ifarch x86_64
sed -i '/<link.*fonts.googleapis.com/d' doc/html/*.html
%endif
%install
export CFLAGS="${CFLAGS} -Ofast -fuse-ld=mold"