Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
12 lines
412 B
Diff
12 lines
412 B
Diff
--- _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']
|