Skip to content

Commit

Permalink
allow to statically compile dragmap
Browse files Browse the repository at this point in the history
  • Loading branch information
gambalab authored Jul 2, 2024
1 parent c4cb6c9 commit e7fdb6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ endif # ASAN

LDFLAGS+= -lz -lrt -lgomp -lpthread

ifdef STATIC
LDFLAGS+= -static
endif

ifdef STATIC_LIBCPP
LDFLAGS+= -static-libstdc++
else
Expand Down

0 comments on commit e7fdb6c

Please sign in to comment.