mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
bump all the flags
This commit is contained in:
parent
fcb620b614
commit
8b8bab9f3c
13
binding.gyp
13
binding.gyp
@ -11,7 +11,18 @@
|
||||
"sources": [
|
||||
"fuse-native.c"
|
||||
],
|
||||
"cflags": ["-rdynamic"]
|
||||
'xcode_settings': {
|
||||
'OTHER_CFLAGS': [
|
||||
'-g',
|
||||
'-O3',
|
||||
'-Wall'
|
||||
]
|
||||
},
|
||||
'cflags': [
|
||||
'-g',
|
||||
'-O3',
|
||||
'-Wall'
|
||||
],
|
||||
}, {
|
||||
"target_name": "postinstall",
|
||||
"type": "none",
|
||||
|
Loading…
Reference in New Issue
Block a user