Skip to content

Commit e27ebcd

Browse files
committed
Upgrade libsass to 3.3.6
- Disable debug symbols under msvc to avoid buggy /DEBUG mode - Remove python2.6 msvc monkeypatch - Update libsass submodule to 3.3.6
1 parent 5bee6cd commit e27ebcd

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

setup.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,7 @@
8181
if get_build_version() < 14.0:
8282
msvc9compiler.get_build_version = lambda: 14.0
8383
msvc9compiler.VERSION = 14.0
84-
# Workaround http://bugs.python.org/issue4431 under Python <= 2.6
85-
if sys.version_info < (2, 7):
86-
def spawn(self, cmd):
87-
from distutils.spawn import spawn
88-
if cmd[0] == self.linker:
89-
for i, val in enumerate(cmd):
90-
if val.startswith('/MANIFESTFILE:'):
91-
spawn(cmd[:i] + ['/MANIFEST'] + cmd[i:],
92-
dry_run=self.dry_run)
93-
return
94-
spawn(cmd, dry_run=self.dry_run)
95-
from distutils.msvc9compiler import MSVCCompiler
96-
MSVCCompiler.spawn = spawn
97-
flags = ['-c', '-O2', '/EHsc', '/MT']
84+
flags = ['/Od', '/EHsc', '/MT']
9885
link_flags = []
9986
else:
10087
flags = [

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy