diff options
author | 2022-02-24 21:08:21 -0800 | |
---|---|---|
committer | 2022-02-24 21:08:21 -0800 | |
commit | 152e3cb7bf95602e7fd7cf03273ae5e5e288d5cc (patch) | |
tree | 2fbaa7f79a9a83df804bd6f55c808092f1b547d8 | |
parent | 2bc873d8b6dcda24921e888a286c4af9beabe44f (diff) | |
download | bun-152e3cb7bf95602e7fd7cf03273ae5e5e288d5cc.tar.gz bun-152e3cb7bf95602e7fd7cf03273ae5e5e288d5cc.tar.zst bun-152e3cb7bf95602e7fd7cf03273ae5e5e288d5cc.zip |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ CLANG_FLAGS += -DDU_DISABLE_RENAMING=1 \ -fdata-sections \ -Wl,-no_eh_labels \ -Wl,-dead_strip \ - -Wl,-dead_strip_dylibs \ + -Wl,-dead_strip_dylibs endif |