Make MSL Fast Math and software vkSemaphore optional

This commit is contained in:
nastys 2022-04-19 04:13:02 +02:00 committed by Megamouse
parent b7c1750485
commit f21b298e5e
12 changed files with 48 additions and 63 deletions

View file

@ -24,6 +24,7 @@ cmake .. \
-DLLVM_INCLUDE_DOCS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF -DLLVM_INCLUDE_TOOLS=OFF \
-DLLVM_INCLUDE_UTILS=OFF -DLLVM_USE_PERF=OFF -DLLVM_ENABLE_Z3_SOLVER=OFF \
-DUSE_NATIVE_INSTRUCTIONS=OFF \
-DUSE_SYSTEM_MVK=OFF \
-G Ninja
ninja; build_status=$?;