From ed1cab483e49e29396178a33dea51773aa770855 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Mon, 4 Aug 2025 13:33:47 +0000 Subject: Math, not tested --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index d54c6b9..a2f91ec 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ cc="gcc" ld="gcc" ar="ar" -cflags="-std=c99 -fPIC -Wall -Wextra -g -Wno-error -pedantic" +cflags="-std=c99 -fPIC -Wall -Wextra -g -Wno-error -pedantic -lm -ffast-math" proc=$(nproc) -- cgit v1.2.3-70-g09d2