enable debugging symbols

This commit is contained in:
Samuel Aubertin 2022-01-27 15:57:28 +01:00
parent f7532e8f7b
commit b2421448a9

View File

@ -22,7 +22,7 @@ DEPENDENCIES := $(foreach exec,$(EXECUTABLES), $(if $(shell which $(exec) 2> /de
### Generic flags
SRCS= spectre_v1 spectre_v2
CFLAGS= -march=native #-g
CFLAGS= -march=native -g
CFLAGS+= -W
CFLAGS+= -Wall
CFLAGS+= -Werror -Wextra