Skip to content

Commit

Permalink
Revert "Set position independent code"
Browse files Browse the repository at this point in the history
This reverts commit af9f1cb.
  • Loading branch information
leonardt committed Aug 7, 2019
1 parent af9f1cb commit aaa3ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ option(VERILOGAST_BUILD_TESTS "Build all of verilogAST's own tests." OFF)
project(verilogAST)
set(COVERAGE OFF CACHE BOOL "Coverage")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Werror")
set(CMAKE_POSITION_INDEPENDENT_CODE ON)


if (COVERAGE)
Expand Down

0 comments on commit aaa3ae1

Please sign in to comment.