diff --git a/Makefile b/Makefile index da5f64f..37bbf81 100644 --- a/Makefile +++ b/Makefile @@ -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