Skip to content

Commit

Permalink
fixup! Print ebpfdiscovery symbols during build
Browse files Browse the repository at this point in the history
  • Loading branch information
karczex committed Nov 12, 2024
1 parent 3da99f1 commit d9ac912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebpfdiscoverysrv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ target_link_options(${TARGET} PRIVATE "-static-libgcc" "-static-libstdc++")
target_compile_definitions(${TARGET} PUBLIC PROJECT_VERSION="${PROJECT_VERSION}")

add_custom_command(TARGET ${TARGET} POST_BUILD
COMMAND objdump -p $<TARGET_FILE:${CMAKE_PROJECT_NAME}>
COMMAND objdump -p $<TARGET_FILE:${TARGET}>
)

0 comments on commit d9ac912

Please sign in to comment.