Welcome to mirror list, hosted at ThFree Co, Russian Federation.

distutildebugflags.diff « patches « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d6b688bc532e45377436fa998c3c9a8cae9a16b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- _msvccompiler.py.orig	2017-01-17 00:57:48 -0700
+++ _msvccompiler.py	2017-05-20 09:47:26 -0600
@@ -237,7 +237,7 @@
             ldflags.extend(('/nodefaultlib:libucrt.lib', 'ucrt.lib'))
 
         ldflags_debug = [
-            '/nologo', '/INCREMENTAL:NO', '/LTCG', '/DEBUG:FULL'
+            '/nologo', '/INCREMENTAL:NO', '/LTCG'
         ]
 
         self.ldflags_exe = [*ldflags, '/MANIFEST:EMBED,ID=1']