From 1d63db20445a1ed14adaf769728238c9a42f13c8 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Thu, 30 Apr 2020 13:33:33 -0600 Subject: Fix: Windows build bot script error Partial revert of D7520 --- build_files/buildbot/slave_compile.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build_files') diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py index ddb059e14af..65cadea587b 100644 --- a/build_files/buildbot/slave_compile.py +++ b/build_files/buildbot/slave_compile.py @@ -37,10 +37,6 @@ def get_cmake_options(builder): elif builder.platform == 'win': options.extend(['-G', 'Visual Studio 15 2017 Win64']) options.extend(['-DPOSTINSTALL_SCRIPT:PATH=' + post_install_script]) - - info = buildbot_utils.VersionInfo(builder) - if info.version_cycle == 'release': - options.append('-DWITH_WINDOWS_PDB=OFF') elif builder.platform == 'linux': config_file = "build_files/buildbot/config/blender_linux.cmake" -- cgit v1.2.3