Set -ffile-prefix-map (#13190)

This commit is contained in:
Jarred Sumner
2024-08-09 14:36:44 -07:00
committed by GitHub
parent 7aaf935711
commit 35465d3a29
2 changed files with 7 additions and 2 deletions

View File

@@ -1268,6 +1268,9 @@ else()
-fno-pic
-fno-pie
-faddrsig
-ffile-prefix-map="${CMAKE_CURRENT_SOURCE_DIR}"=.
-ffile-prefix-map="${BUN_DEPS_DIR}"=src/deps
-ffile-prefix-map="${BUN_DEPS_OUT_DIR}"=src/deps
)
endif()