Skip to content

Commit

Permalink
refactor(*): Change Cmake project settings to release.
Browse files Browse the repository at this point in the history
main
  • Loading branch information
Marsevil committed Nov 22, 2020
1 parent fa3b834 commit 42bf16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(lyoko)

set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_CXX_STANDARD 17)

set(SRCS
Expand Down
2 changes: 1 addition & 1 deletion includes/lib_encrypt-me/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(lib_encrypt-me)

set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_CXX_STANDARD 17)

set(SRCS
Expand Down

0 comments on commit 42bf16c

Please sign in to comment.