Skip to content

Commit

Permalink
Update compile_time_options.cmake to build with Release mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes2419 authored Jun 14, 2024
1 parent cc8066c commit e6b1106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/compile_time_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set( CMAKE_CXX_STANDARD 20 )

# options are "Debug" and "Release" and "RelWithDebInfo"
set( CMAKE_BUILD_TYPE "Debug" )
set( CMAKE_BUILD_TYPE "Release" )

# preprocessor definitions in source code are defined below:
set( description "(no description added yet)" )
Expand Down

0 comments on commit e6b1106

Please sign in to comment.