Merge pull request #399 from PixlOne/cmake-fixes

CMake fixes: NDEBUG in None build type and allow shared ipcgull library
This commit is contained in:
pixl 2023-07-12 17:39:21 -04:00 committed by GitHub
commit 94f6dbab53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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)

@ -1 +1 @@
Subproject commit 4f22a43e3380dc1e9c0a490201f4d745390b623f
Subproject commit cd0f9a8cefb5b2545e163fceb249fdbcbaf666aa