Move files around
This commit is contained in:
30
javascript/final-flags.gypi
Normal file
30
javascript/final-flags.gypi
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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)" ]
|
||||
}
|
||||
|
||||
} ]
|
||||
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user