Compile with static libraries with -fPIC for static linkage with Python .so

main
lib 2 years ago
parent 866e1964a2
commit ce46a986ba
  1. 2
      Makefile

@ -19,7 +19,7 @@ CXX = g++
# -O2, -O3 ... to find the best optimization level.
# ===================================================================
CXXFLAGS = -O3
CXXFLAGS = -O3 -fPIC
# PREDCXXFLAGS is for compiling J. Shewchuk's predicates.

Loading…
Cancel
Save