Skip to content

Commit 3dee0e4

Browse files
committed
zlib: compile without -ansi
Source contains C++ / C99 comments, gcc in strict mode doesn't like that.
1 parent cc2ac1c commit 3dee0e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deps/zlib/zlib.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
'conditions': [
5959
['OS!="win"', {
6060
'product_name': 'chrome_zlib',
61+
'cflags!': [ '-ansi' ],
6162
'sources!': [
6263
'contrib/minizip/iowin32.c'
6364
],

0 commit comments

Comments
 (0)