aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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)