Skip to content

Commit

Permalink
Added CMAKE BUILD TYPE flag for potential speed up as per CGAL compil…
Browse files Browse the repository at this point in the history
…e message (#47)
  • Loading branch information
Jimbles authored May 29, 2020
1 parent d17b217 commit 86bff6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 2.6.2)

add_compile_options(-std=c++11)

set(CMAKE_BUILD_TYPE "Release")

enable_testing()

project( Mesher )
Expand Down

0 comments on commit 86bff6a

Please sign in to comment.