Skip to content

Commit

Permalink
[FOLD] build native
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Nov 26, 2024
1 parent 09617e2 commit fc5920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/llvm/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"LLVM_ENABLE_PROJECTS": "clang",
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi;libunwind",
"LIBCXX_CXX_ABI": "libcxxabi",
"LLVM_TARGETS_TO_BUILD": "X86",
"LLVM_TARGETS_TO_BUILD": "Native",
"LLVM_UNREACHABLE_OPTIMIZE": false,
"LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION": false,
"LLVM_ENABLE_RTTI": true,
Expand Down

0 comments on commit fc5920b

Please sign in to comment.