Skip to content

Commit

Permalink
this cant be fatal while we are offering documents on deprecated stuf…
Browse files Browse the repository at this point in the history
…f for SEO
  • Loading branch information
braindigitalis committed Oct 8, 2024
1 parent 5882138 commit 09c530b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docpages/example_code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ project(documentation_tests)

string(ASCII 27 Esc)

set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDPP_CORO -std=c++20 -pthread -O0 -fPIC -rdynamic -DFMT_HEADER_ONLY -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDPP_CORO -std=c++20 -pthread -O0 -fPIC -rdynamic -DFMT_HEADER_ONLY -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter -Wno-deprecated-declarations")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0")

file(GLOB example_list ./*.cpp)
Expand Down

0 comments on commit 09c530b

Please sign in to comment.