massive feat: added a GDB stub for debugging
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
lib_sources += files(
|
||||
'log.cc'
|
||||
)
|
||||
'log.cc',
|
||||
'tcp_server.cc'
|
||||
)
|
||||
|
||||
if get_option('gdb_debug')
|
||||
lib_sources += files('tcp_server.cc')
|
||||
endif
|
Reference in New Issue
Block a user