Skip to content

Commit

Permalink
-gcodeview
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Feb 10, 2025
1 parent 621fef3 commit 96cb140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ target_compile_options(runblack-reassembled
-m32
-masm=intel
-march=i386
$<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-g>
$<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:-gcodeview>
)
target_link_options(runblack-reassembled
PRIVATE
Expand Down

0 comments on commit 96cb140

Please sign in to comment.