We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c5575 commit 7e74a29Copy full SHA for 7e74a29
CMakeLists.txt
@@ -19,7 +19,7 @@ endif()
19
20
project(bux-sqlite)
21
22
-set(GNU_LIKE_CXX_FLAGS " -Wall -Wextra -Wshadow -Wconversion -Wno-parentheses -g3 -Og")
+set(GNU_LIKE_CXX_FLAGS " -Wall -Wextra -Wshadow -Wconversion -Wno-parentheses -g3 -Og -std=c++23")
23
#string(APPEND CMAKE_CXX_FLAGS " -g3")
24
25
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
0 commit comments