Files
yoga/javascript/final-flags.gypi
Maël Nison 78ade6cfb5 Improve JS Travis testing
Summary:
Build emscripten js file on travis
Closes https://github.com/facebook/yoga/pull/397

Reviewed By: arcanis

Differential Revision: D4579563

Pulled By: emilsjolander

fbshipit-source-id: fa5f92fd26f758fb617e428c07aabf2dccd63b37
2017-02-20 05:41:38 -08:00

32 lines
497 B
Python

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