|
|
@@ -15,7 +15,7 @@ COMMON_HEADERS=$(COMMON_DIR)/*.h |
|
|
|
DEST_DIR=../bin |
|
|
|
|
|
|
|
# This -Wall was supported by the European Commission through the ERC Starting Grant 805031 (EPOQUE) |
|
|
|
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Werror=vla -Werror=vla -Werror -std=c99 \ |
|
|
|
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror -std=c99 \ |
|
|
|
-Wundef -Wshadow -Wcast-align -Wpointer-arith -Wmissing-prototypes\ |
|
|
|
-fstrict-aliasing -fno-common -pipe \ |
|
|
|
-I$(COMMON_DIR) $(EXTRAFLAGS) |
|
|
|