Skip to content

Commit

Permalink
Remove -DDEBUG from libsass flags
Browse files Browse the repository at this point in the history
-DDEBUG currently causes libsass
to unconditionally produce debug
output which may break our tess.

Reported upstream as:

sass/libsass#1518
  • Loading branch information
saper committed Sep 2, 2015
1 parent c7e9cf0 commit 1757612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libsass.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
'defines': [
'LIBSASS_VERSION="<!(node -e "process.stdout.write(require(\'../package.json\').libsass)")"'
],
'defines!': [
'DEBUG'
],
'sources': [
'libsass/src/ast.cpp',
'libsass/src/base64vlq.cpp',
Expand Down

0 comments on commit 1757612

Please sign in to comment.