Skip to content

Commit

Permalink
version bump, removed 03 optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
SenpaiSimon committed Aug 14, 2024
1 parent 9439642 commit 4229642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_executable(${PROJECT_NAME}
)

target_compile_definitions(${PROJECT_NAME} PUBLIC
CUR_VERSION="1.2"
CUR_VERSION="1.3"
)

# c++ standard
Expand All @@ -59,7 +59,7 @@ add_compile_options(
-Wno-format # int != int32_t as far as the compiler is concerned because gcc has int32_t as long int
-Wno-unused-function # we have some for the docs that aren't called
-Wno-maybe-uninitialized
-O3
-O1
)

set(CPACK_PROJECT_NAME ${PROJECT_NAME})
Expand Down

0 comments on commit 4229642

Please sign in to comment.