Skip to content

Commit

Permalink
prevent lib dl link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Jul 18, 2024
1 parent 1a8cca7 commit 23d048c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CXXFLAGS=-std=c++17 -O2 -Wall -fmessage-length=0 -fPIC -Iinc \
-Iext/mkn/kul/inc \
-Iext/mkn/kul/os/$(OS)/inc \
-Iext/mkn/kul/os/nixish/inc
LDFLAGS = -pthread -ldl -rdynamic
LDFLAGS = -pthread -rdynamic -Wl,--no-as-needed -ldl

entry:
@@echo "Options include"
Expand Down

0 comments on commit 23d048c

Please sign in to comment.