We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88e3ec6 + 609332f commit 4611ca7Copy full SHA for 4611ca7
2 files changed
generate/templates/templates/binding.gyp
@@ -98,16 +98,9 @@
98
}
99
],
100
[
101
- "OS=='linux' and '<!(echo \"$CXX\")'=='clang++'", {
+ "OS=='linux' or OS.endswith('bsd')", {
102
"cflags": [
103
- "-Wno-c++11-extensions"
104
- ]
105
- }
106
- ],
107
- [
108
- "OS=='linux' and '<!(echo \"$CXX\")'!='clang++'", {
109
- "cflags": [
110
- "-std=c++0x"
+ "-std=c++11"
111
]
112
113
vendor/openssl/openssl.gyp
@@ -152,7 +152,7 @@
152
}],
153
154
155
- ['is_clang==1 or gcc_version>=43', {
+ ['gcc_version>=43', {
156
'cflags': ['-Wno-old-style-declaration'],
157
158
['OS=="solaris"', {
0 commit comments