make.bat : fix release build not getting the right settings.

This commit is contained in:
Ray molenkamp 2018-05-28 21:50:59 -06:00
parent d6a4b23f8b
commit c72a204001
Notes: blender-bot 2023-02-14 05:48:55 +01:00
Referenced by issue #55252, Principled shader Diffuse Indirect pass differs with Branched and Path Tracing modes
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ if NOT "%1" == "" (
set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS%
set WITH_CLANG=1
) else if "%1" == "release" (
set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% -C"%BLENDER_DIR%\build_files\cmake\config\blender_release.cmake"
set TARGET=Release
) else if "%1" == "x86" (
set BUILD_ARCH=x86