Skip to content

Commit

Permalink
Remove warnings to speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Nov 2, 2017
1 parent 0b74d42 commit 0430424
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 @@ -5,7 +5,7 @@ include(CTest)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)

add_definitions(-Wall -pedantic)
#add_definitions(-Wall -pedantic)

###############################################################################
# User Options #
Expand Down

0 comments on commit 0430424

Please sign in to comment.