We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b4f64 commit 7be6b40Copy full SHA for 7be6b40
libCacheSim/bin/cachesim/CMakeLists.txt
@@ -10,4 +10,5 @@ set(cachesim_sources_c
10
)
11
add_executable(cachesim ${cachesim_sources_c})
12
target_link_libraries(cachesim ${all_modules} ${dependency_libs})
13
+target_link_options(cachesim PRIVATE "-Wl,--export-dynamic")
14
install(TARGETS cachesim RUNTIME DESTINATION bin)
0 commit comments