We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f7123 commit a4e2e7cCopy full SHA for a4e2e7c
CMakeLists.txt
@@ -33,6 +33,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
33
set(CMAKE_CXX_EXTENSIONS OFF)
34
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
35
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
36
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
37
38
option(ICEBERG_BUILD_STATIC "Build static library" ON)
39
option(ICEBERG_BUILD_SHARED "Build shared library" OFF)
0 commit comments