enable debugging symbols
This commit is contained in:
parent
f7532e8f7b
commit
b2421448a9
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ DEPENDENCIES := $(foreach exec,$(EXECUTABLES), $(if $(shell which $(exec) 2> /de
|
|||||||
|
|
||||||
### Generic flags
|
### Generic flags
|
||||||
SRCS= spectre_v1 spectre_v2
|
SRCS= spectre_v1 spectre_v2
|
||||||
CFLAGS= -march=native #-g
|
CFLAGS= -march=native -g
|
||||||
CFLAGS+= -W
|
CFLAGS+= -W
|
||||||
CFLAGS+= -Wall
|
CFLAGS+= -Wall
|
||||||
CFLAGS+= -Werror -Wextra
|
CFLAGS+= -Werror -Wextra
|
||||||
|
Loading…
Reference in New Issue
Block a user