diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-05-22 12:53:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 12:53:50 +0800 |
commit | b14043c39e40e941a79ef3794e2998b04387f5d2 (patch) | |
tree | 52938ff6ce1f8e31d36e463442dccf7d77f37220 /config | |
parent | 9c2d2773ec3184aa73e811af38d6f5c5f0bb79d4 (diff) | |
download | Nim-b14043c39e40e941a79ef3794e2998b04387f5d2.tar.gz |
revert #21808 (#21881)
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index 6af5b0fd7..a9dba347a 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -364,10 +364,3 @@ tcc.options.always = "-w" clang.cpp.options.linker %= "${clang.cpp.options.linker} -s" @end -# Linker: Skip "Build-ID metadata strings" in binaries when build for release. -@if release or danger: - @if not macosx: - gcc.options.linker %= "${gcc.options.linker} -Wl,--build-id=none" - gcc.cpp.options.linker %= "${gcc.cpp.options.linker} -Wl,--build-id=none" - @end -@end |