Skip to content

Commit

Permalink
minor modif
Browse files Browse the repository at this point in the history
  • Loading branch information
gforgeron committed Feb 11, 2022
1 parent 7165f32 commit 7e48f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ALL_DEPENDS := $(DEPENDS) $(K_DEPENDS) $(T_DEPENDS) $(L_DEPENDS)
MAKEFILES := Makefile

CC := gcc
#CC := clang-mp-11
#CC := clang

CFLAGS += -O3 -march=native -Wall -Wno-unused-function
CFLAGS += -I./include -I./traces/include
Expand Down

0 comments on commit 7e48f8d

Please sign in to comment.