File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 container :
3232 image : silkeh/clang:19
3333 options : --user root
34- timeout-minutes : 10
34+ timeout-minutes : 15
3535 steps :
3636 - name : Install deps
3737 run : |
Original file line number Diff line number Diff line change @@ -9,13 +9,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
99
1010set (APPLY_CLANG_TOOL ON )
1111
12- # TODO(kmitkin): require to understand, what is it considered to be "optimized" build
13- # set(CMAKE_CXX_FLAGS_RELEASE "???")
14- # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
15-
1612set (CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithAssert" CACHE STRING "" FORCE )
1713
18-
1914set (CMAKE_C_FLAGS_RELWITHASSERT "${CMAKE_C_FLAGS_RELEASE} -UNDEBUG" CACHE STRING "" FORCE )
2015set (CMAKE_CXX_FLAGS_RELWITHASSERT "${CMAKE_CXX_FLAGS_RELEASE} -UNDEBUG" CACHE STRING "" FORCE )
2116
You can’t perform that action at this time.
0 commit comments