fixed macos build too
This commit is contained in:
@@ -9,9 +9,6 @@ CFLAGS ?= -O2 -s -std=c11 -Wall -Wextra -march=native
|
||||
CPPFLAGS += -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE
|
||||
LDFLAGS ?=
|
||||
LDLIBS += -lpthread
|
||||
# The matcher uses POSIX memmem(), which glibc accelerates with SIMD on
|
||||
# whatever CPU you run on. -mavx2 is harmless but unnecessary; drop it for
|
||||
# maximum portability (e.g. make MARCH="").
|
||||
MARCH ?=
|
||||
|
||||
BINARY := gg
|
||||
|
||||
Reference in New Issue
Block a user