Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
zlib: compile without -ansi
Source contains C++ / C99 comments, gcc in strict mode doesn't like that.
  • Loading branch information
bnoordhuis committed Oct 28, 2011
1 parent cc2ac1c commit 3dee0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/zlib/zlib.gyp
Expand Up @@ -58,6 +58,7 @@
'conditions': [
['OS!="win"', {
'product_name': 'chrome_zlib',
'cflags!': [ '-ansi' ],
'sources!': [
'contrib/minizip/iowin32.c'
],
Expand Down

0 comments on commit 3dee0e4

Please sign in to comment.