1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-09-27 21:53:40 +00:00

bump all the flags

This commit is contained in:
Mathias Buus 2020-05-20 16:17:55 +02:00
parent fcb620b614
commit 8b8bab9f3c

View File

@ -11,7 +11,18 @@
"sources": [ "sources": [
"fuse-native.c" "fuse-native.c"
], ],
"cflags": ["-rdynamic"] 'xcode_settings': {
'OTHER_CFLAGS': [
'-g',
'-O3',
'-Wall'
]
},
'cflags': [
'-g',
'-O3',
'-Wall'
],
}, { }, {
"target_name": "postinstall", "target_name": "postinstall",
"type": "none", "type": "none",