Skip to content

Commit

Permalink
change disasm in S for VS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiavone Pasquale Davide committed Oct 12, 2023
1 parent c744a8b commit 2bdef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ endif()

# Post processing command to create a disassembly file
add_custom_command(TARGET ${MAINFILE}.elf POST_BUILD
COMMAND ${CMAKE_OBJDUMP} -S ${MAINFILE}.elf > ${MAINFILE}.disasm
COMMAND ${CMAKE_OBJDUMP} -S ${MAINFILE}.elf > ${MAINFILE}.S
COMMENT "Invoking: Disassemble")

# Post processing command to create a hex file
Expand Down

0 comments on commit 2bdef76

Please sign in to comment.