Skip to content

Commit

Permalink
Merge pull request #12 from gambalab/master
Browse files Browse the repository at this point in the history
Allow to statically compile dragmap
  • Loading branch information
edmundmiller authored Jul 4, 2024
2 parents ca7ecfe + e7fdb6c commit f0c002e
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 @@ -188,6 +188,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 f0c002e

Please sign in to comment.