Skip to content

Commit 7b38f87

Browse files
hyanwongbenjeffery
authored andcommitted
Makefile doesn't override CC if it already exists
1 parent ac63bb8 commit 7b38f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CC=gcc
1+
CC?=gcc
22
CFLAGS=-std=c99 -g -O3 -march=native -funroll-loops -ffast-math \
33
# -ftree-vectorize \
44
# -ftree-vectorizer-verbose=6 \

0 commit comments

Comments
 (0)