Compile static library with -fPIC because of relocation

This commit is contained in:
KitsuneAlex
2022-02-03 00:18:01 +01:00
parent 668986fda1
commit 38344bc0d3

View File

@@ -14,6 +14,7 @@ add_compile_options(
-fvisibility=hidden
-ffunction-sections
-fdata-sections
-fPIC
-Wall
-std=c++11)