From b2421448a9c877eb56939028eeda5986f2fa2abf Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Thu, 27 Jan 2022 15:57:28 +0100 Subject: [PATCH] enable debugging symbols --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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