Added some debug messages.
This commit is contained in:
parent
bdc0000cce
commit
e11d82b25c
2 changed files with 24 additions and 0 deletions
|
@ -42,6 +42,7 @@ add_library(tox MODULE
|
|||
src/twc-utils.c
|
||||
)
|
||||
|
||||
set(CMAKE_C_FLAGS_DEBUG "-DTWC_DEBUG")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra -Wno-unused-parameter")
|
||||
|
||||
target_link_libraries(tox toxcore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue