Skip to content

Commit

Permalink
Removing optimized tablegen.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 3, 2024
1 parent 8951a5a commit 6a65f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ goto :loop
:dbg
set CONFIGURATION=Debug
set DEBUG_SUFFIX=-dbg
set LLVM_CMAKE_CONFIGURE_EXTRA_FLAGS=-DLLVM_OPTIMIZED_TABLEGEN=ON
set LLVM_CMAKE_CONFIGURE_EXTRA_FLAGS=-DLLVM_BUILD_TOOLS=OFF
set CLANG_CMAKE_CONFIGURE_EXTRA_FLAGS=-DCLANG_BUILD_TOOLS=OFF
shift
goto :loop
Expand Down

0 comments on commit 6a65f82

Please sign in to comment.