Skip to content

Commit

Permalink
Turn off position independent code
Browse files Browse the repository at this point in the history
  • Loading branch information
mbautin committed Mar 8, 2021
1 parent 687ab5c commit d56b47d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/build_clang/build_clang_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ def get_llvm_cmake_variables(self) -> Dict[str, str]:
CMAKE_EXPORT_COMPILE_COMMANDS=ON,

LLVM_ENABLE_RTTI=ON,

CMAKE_POSITION_INDEPENDENT_CODE=ON
)

# LIBCXX_CXX_ABI=libcxxabi
Expand Down

0 comments on commit d56b47d

Please sign in to comment.