Skip to content

Commit

Permalink
[Change] To '-std=c++23'
Browse files Browse the repository at this point in the history
  • Loading branch information
buck-yeh committed Aug 4, 2024
1 parent d6b8c2d commit 28b792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()

project(bux-mariadb-client)

set(GNU_LIKE_CXX_FLAGS " -Wall -Wextra -Wshadow -Wconversion -Wno-parentheses -g3 -Og -std=c++20")
set(GNU_LIKE_CXX_FLAGS " -Wall -Wextra -Wshadow -Wconversion -Wno-parentheses -g3 -Og -std=c++23")
#string(APPEND CMAKE_CXX_FLAGS " -g3")

if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
Expand Down

0 comments on commit 28b792a

Please sign in to comment.