Skip to content

Commit

Permalink
statically linked when build jattach and fdtransfer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyi committed Dec 22, 2023
1 parent 83a4a49 commit 6532cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ifeq ($(OS),Darwin)
MERGE=false
endif
else
CFLAGS += -static
CXXFLAGS += -Wl,-z,defs
ifeq ($(MERGE),true)
CXXFLAGS += -fwhole-program
Expand Down

0 comments on commit 6532cb2

Please sign in to comment.