diff options
author | Dsaster <78389441+dsastr@users.noreply.github.com> | 2021-02-06 02:21:45 +0100 |
---|---|---|
committer | Dsaster <78389441+dsastr@users.noreply.github.com> | 2021-02-06 02:21:45 +0100 |
commit | 904d950a9ed1876554557cba5a2e627d46c139cb (patch) | |
tree | ef85d7e696db76e9eaba5600d89afb7b4ab454b4 | |
parent | a2f2340c2bda2dae406ffaa1935d28cb740c2e39 (diff) |
Remove duplicated flags
-rw-r--r-- | tools/knarc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index 62abc062..0e0a0920 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -8,7 +8,7 @@ else C_SRCS := UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) -LDFLAGS += -lstdc++ -lc++ -lc /usr/local/opt/llvm@8/lib/libc++fs.a -O2 -Wall -Wno-switch +LDFLAGS += -lstdc++ -lc++ -lc /usr/local/opt/llvm@8/lib/libc++fs.a else LDFLAGS += -lstdc++fs endif |