use gnu standard instead of c for PI constant
This commit is contained in:
parent
a26311a69b
commit
a07c3ddd47
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ STRIP = strip -s
|
|||
|
||||
# Déclaration des options du compilateur
|
||||
COPTI = -O3 -flto
|
||||
CFLAGS = -Wall $(COPTI) -std=c17
|
||||
CFLAGS = -Wall $(COPTI) -std=gnu17
|
||||
CPPFLAGS = -I.
|
||||
LDFLAGS = -lm
|
||||
|
||||
|
|
Reference in a new issue