Skip to content

Commit 3a278a0

Browse files
committed
Add LDFLAGS command line option.
1 parent ebd195f commit 3a278a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CFLAGS := $(CFLAGS) -O2 -ffast-math -mavx
22
CXXFLAGS := $(CXXFLAGS) -std=c++14 -march=native -Wall -ferror-limit=3
3-
LDFLAGS :=
3+
LDFLAGS := $(LDFLAGS)
44

55
DEPS = array.h image.h
66

0 commit comments

Comments
 (0)