Skip to content

Commit

Permalink
Remove the usage of -O3 in CMakeLists.txt
Browse files Browse the repository at this point in the history
refs #83
CMAKE_BUILD_TYPE variable should be used instead
  • Loading branch information
hgaiser authored and de-vri-es committed Jul 29, 2016
1 parent d82d90a commit accb51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ catkin_package(
CATKIN_DEPENDS dr_eigen
)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -std=c++11 -Wall -Wextra")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra")

include_directories(
include/${PROJECT_NAME}
Expand Down

0 comments on commit accb51a

Please sign in to comment.