mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Enable relocations for BOLT
This commit is contained in:
@@ -980,6 +980,12 @@ if(LINUX)
|
||||
-Wl,--build-id=sha1 # Better for debugging than default
|
||||
-Wl,-Map=${bun}.linker-map
|
||||
)
|
||||
if(RELEASE)
|
||||
target_link_options(${bun} PUBLIC
|
||||
-Wl,--emit-relocs
|
||||
-Wl,-q
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# --- Symbols list ---
|
||||
|
||||
Reference in New Issue
Block a user