31 lines
458 B
Plaintext
31 lines
458 B
Plaintext
![]() |
{
|
||
|
"conditions": [
|
||
|
|
||
|
[ "1==1", {
|
||
|
|
||
|
"cflags_cc": [
|
||
|
"-std=c++14"
|
||
|
],
|
||
|
|
||
|
"xcode_settings": {
|
||
|
"OTHER_CPLUSPLUSFLAGS": [ "<@(_cflags_cc)" ]
|
||
|
}
|
||
|
|
||
|
} ],
|
||
|
|
||
|
[ "asmjs==1", {
|
||
|
|
||
|
"ldflags": [
|
||
|
"--memory-init-file", "0",
|
||
|
"-s", "TOTAL_MEMORY=134217728"
|
||
|
],
|
||
|
|
||
|
"xcode_settings": {
|
||
|
"OTHER_LDFLAGS": [ "<@(_ldflags)" ]
|
||
|
}
|
||
|
|
||
|
} ]
|
||
|
|
||
|
]
|
||
|
}
|