Skip to content

Commit

Permalink
Merge pull request #399 from PixlOne/cmake-fixes
Browse files Browse the repository at this point in the history
CMake fixes: NDEBUG in None build type and allow shared ipcgull library
  • Loading branch information
PixlOne authored Jul 12, 2023
2 parents 31d1955 + f2680bd commit 94f6dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project(logiops)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
set(CMAKE_CXX_FLAGS_NONE "${CMAKE_CXX_FLAGS_NONE} -DNDEBUG")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -Wall -Wextra")

set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion src/ipcgull
Submodule ipcgull updated 1 files
+32 −8 CMakeLists.txt

0 comments on commit 94f6dba

Please sign in to comment.