increases verbosity when debugging NX
This commit is contained in:
@@ -61,7 +61,7 @@ function(setup_target TARGET)
|
||||
-ffunction-sections
|
||||
)
|
||||
if(NX_DEBUG)
|
||||
target_compile_definitions(${TARGET} PRIVATE NX_DEBUG)
|
||||
target_compile_definitions(${TARGET} PRIVATE NX_DEBUG NX_DEBUG_PACKET)
|
||||
endif()
|
||||
target_link_directories(${TARGET} PRIVATE src) # needed for linker script includes
|
||||
target_link_options(${TARGET} PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user