Skip to content
Snippets Groups Projects
Commit bfb68d80 authored by Mick Jordan's avatar Mick Jordan
Browse files

fix option typo

parent b8ef04e7
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ endif
OSNAME := $(shell uname)
ifeq ($(OSNAME), Linux)
LD_FLAGS := -Wl,--ignore-unresolved-symbols=ignore-all
LD_FLAGS := -Wl,--unresolved-symbols=ignore-all
endif
FASTR_LIB_DIR = $(abspath ../../lib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment