Skip to content

Commit 37460f0

Browse files
authored
Merge pull request #266 from murgatroid99/upmerge_zdefs_fix
Backport "Removing zdefs" to v1.11.x
2 parents 71429fa + 37a811b commit 37460f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/grpc-native-core/binding.gyp

-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@
932932
],
933933
'cflags': [
934934
'-pthread',
935-
'-zdefs',
936935
'-Wno-error=deprecated-declarations'
937936
],
938937
"conditions": [

packages/grpc-native-core/templates/binding.gyp.template

-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@
312312
],
313313
'cflags': [
314314
'-pthread',
315-
'-zdefs',
316315
'-Wno-error=deprecated-declarations'
317316
],
318317
"conditions": [

0 commit comments

Comments
 (0)