We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd195f commit 3a278a0Copy full SHA for 3a278a0
Makefile
@@ -1,6 +1,6 @@
1
CFLAGS := $(CFLAGS) -O2 -ffast-math -mavx
2
CXXFLAGS := $(CXXFLAGS) -std=c++14 -march=native -Wall -ferror-limit=3
3
-LDFLAGS :=
+LDFLAGS := $(LDFLAGS)
4
5
DEPS = array.h image.h
6
0 commit comments