mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +00:00
Run make with debug
This commit is contained in:
parent
d1716acd43
commit
c62090e06a
1 changed files with 2 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ target_compile_options(RecompiledFuncs PRIVATE
|
|||
# -Wno-unused-but-set-variable
|
||||
-fno-strict-aliasing
|
||||
-Wno-implicit-declarations
|
||||
-Wno-implicit-function-declaration
|
||||
)
|
||||
|
||||
target_include_directories(RecompiledFuncs PRIVATE
|
||||
|
|
@ -76,7 +77,7 @@ set_source_files_properties(${CMAKE_SOURCE_DIR}/RecompiledPatches/patches.c PROP
|
|||
|
||||
# Build patches elf
|
||||
add_custom_target(PatchesBin
|
||||
COMMAND make
|
||||
COMMAND make -d
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/patches
|
||||
BYPRODUCTS ${CMAKE_SOURCE_DIR}/patches/patches.bin
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue