diff options
author | fadhil riyanto <me@fadev.org> | 2024-10-01 20:34:15 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-10-01 20:34:15 +0700 |
commit | 424748e5b360825916f4eb1a88483ccd45de17bf (patch) | |
tree | 1d1a1108b5af7c378721a65271e5ffe79727ca8a /CMakeLists.txt | |
parent | 279f8458b84071f21883a00456692e34adce1a90 (diff) |
copy files
Signed-off-by: fadhil riyanto <me@fadev.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 |