Commit f78768a6 authored by 神楽坂玲奈's avatar 神楽坂玲奈

debug

parent f8d0429c
Pipeline #15687 passed with stages
in 52 seconds
......@@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD 23)
add_executable(tun src/main.cpp)
target_link_libraries(tun -static)
set(CMAKE_CXX_FLAGS_DEBUG -ggdb)
find_package(Threads REQUIRED)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment