Skip to content

Commit

Permalink
LLVM build with CMake using cmake --build commmand only produced debu…
Browse files Browse the repository at this point in the history
…g builds.

Release 17.0.4.391-1 binaries were not affected because LLVM build was manually configured in Visual Studio IDE since I already knew cmake --build wasn't working right.
  • Loading branch information
pal1000 committed Apr 20, 2017
1 parent 3bf355e commit 2034cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@echo.
@pause
@echo.
@if NOT "%toolchain%"=="Ninja" cmake --build . --target install
@if NOT "%toolchain%"=="Ninja" cmake --build . --config Release --target install
@if "%toolchain%"=="Ninja" ninja install
@echo.
@echo %toolset% > %mesa%toolset-%abi%.ini
Expand Down

0 comments on commit 2034cb3

Please sign in to comment.