Skip to content

Commit 0a1b46a

Browse files
committed
thstd: remove -g compiler flag
1 parent 643a4cf commit 0a1b46a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

thstd/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ add_executable(thstd
22
thstd.c
33
thstd.h
44
)
5-
add_definitions( -g )
65
target_link_libraries(thstd util)
76
link_setargv(thstd)
87
install(TARGETS thstd DESTINATION bin)

0 commit comments

Comments
 (0)