diff options
author | 2022-04-05 03:39:52 -0700 | |
---|---|---|
committer | 2022-04-05 03:39:52 -0700 | |
commit | 7f4b1a579777d12c0e2747afcc97c8b2b0b68c11 (patch) | |
tree | 22cd5a3cfd1762a0981054c64b73aa7ef58bdf88 | |
parent | 138ee2803d2b04b021ba6d9afb42389ef41451f2 (diff) | |
download | bun-7f4b1a579777d12c0e2747afcc97c8b2b0b68c11.tar.gz bun-7f4b1a579777d12c0e2747afcc97c8b2b0b68c11.tar.zst bun-7f4b1a579777d12c0e2747afcc97c8b2b0b68c11.zip |
cmake does not like emit-llvm
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -981,8 +981,8 @@ mimalloc: -DMI_BUILD_OBJECT=ON \ -DMI_USE_CXX=ON \ -DMI_OVERRIDE=ON \ - -DCMAKE_C_FLAGS="$(CFLAGS) -emit-llvm" \ - -DCMAKE_CXX_FLAGS="$(CFLAGS) -emit-llvm" \ + -DCMAKE_C_FLAGS="$(CFLAGS)" \ + -DCMAKE_CXX_FLAGS="$(CFLAGS)" \ ${MIMALLOC_OVERRIDE_FLAG} \ .\ && make -j $(CPUS); |