Skip to content

Commit

Permalink
Remove dead ENABLE_ZDEBUG_TEST option.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Dec 9, 2023
1 parent c2e1335 commit bce59ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ add_test (
# test_mgwhelp_zdebug
#

option (ENABLE_ZDEBUG_TEST "Enable compressed debug sections test." OFF)
add_custom_command (
OUTPUT ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_mgwhelp_zdebug.debug
COMMAND ${CMAKE_OBJCOPY} --only-keep-debug --compress-debug-sections $<TARGET_FILE:test_mgwhelp> ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_mgwhelp_zdebug.debug
Expand Down

0 comments on commit bce59ca

Please sign in to comment.