use gnu standard instead of c for PI constant

This commit is contained in:
Mylloon 2023-05-08 13:10:26 +02:00
parent a26311a69b
commit a07c3ddd47
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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