From 424748e5b360825916f4eb1a88483ccd45de17bf Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Tue, 1 Oct 2024 20:34:15 +0700 Subject: copy files Signed-off-by: fadhil riyanto --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ca0483..49b45a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ project(tcp-forwarder) -add_executable(tcpf main.c) -add_library(tcpf submodule/log.c-patched/src/log.c) \ No newline at end of file +add_executable(tcpf main2.c) +add_library(tcpf submodule/log.c-patched/src/log.c) +target_compile_options(tcpf PRIVATE -O0 -g) \ No newline at end of file -- cgit v1.2.3