Skip to content

Commit

Permalink
Add stripping symbols and update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreylitvintsev committed Mar 5, 2024
1 parent 7444d14 commit b95bef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cmake_minimum_required(VERSION 3.22.1)

project(MagicPodsCore VERSION 1.0.0 LANGUAGES C CXX)
project(MagicPodsCore VERSION 1.0.1 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG")

configure_file(config/Config.h.in src/Config.h)
Expand Down

0 comments on commit b95bef6

Please sign in to comment.