Skip to content

Commit

Permalink
Remove accidental CMake change to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumDev committed Jan 29, 2022
1 parent e4f98d5 commit 0ba5a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.1)
project (librelancernatives)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE MinSizeRel)
set(CMAKE_C_STANDARD 99)
set(LIBOUTPUTDIR ${CMAKE_BINARY_DIR}/binaries)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LIBOUTPUTDIR})
Expand Down

0 comments on commit 0ba5a0b

Please sign in to comment.