Remove -fPIC from tracetools and tracetools_test

This commit is contained in:
Christophe Bedard 2019-07-05 12:52:03 +02:00
parent 190655b27c
commit f475f6dee3
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ if(NOT CMAKE_CXX_STANDARD)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -fPIC)
add_compile_options(-Wall -Wextra -Wpedantic)
endif()
find_package(ament_cmake REQUIRED)