feat(build): change -O3 for -Ofast

This commit is contained in:
Laurent Gourvenec 2024-03-19 15:49:36 +01:00
parent 9dcdbcdc5e
commit 3cc9e61a62
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-pedantic -Wall -Wextra -std=c99 -D_GNU_SOURCE -O3
CFLAGS=-pedantic -Wall -Wextra -std=c99 -D_GNU_SOURCE -Ofast
all: shorten