1
0
Fork 0

Enable compiler optimizer flags

main
Cees Bassa 2022-03-28 22:14:14 +02:00
parent 5addd3e9c0
commit 3f381bce35
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Makefile: http://www.eng.hawaii.edu/Tutor/Make/ # Makefile: http://www.eng.hawaii.edu/Tutor/Make/
# Compiling flags # Compiling flags
CFLAGS = #-O3 -Wno-unused-result CFLAGS = -O3 -Wno-unused-result
# Linking flags # Linking flags
LFLAGS = -lm LFLAGS = -lm