1
0
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:
Mathias Buus 2020-05-20 16:17:55 +02:00
parent fcb620b614
commit 8b8bab9f3c

View File

@ -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",