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 6b4bb11 commit b56ca1aCopy full SHA for b56ca1a
CMake/HPHPCompiler.cmake
@@ -90,6 +90,8 @@ if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang" OR ${CMAKE_CXX_COMPILER_ID} STREQU
90
"pie"
91
"fPIC"
92
)
93
+ else()
94
+ list(APPEND GENERAL_OPTIONS "no-pie")
95
endif()
96
97
if (IS_X64)
0 commit comments