test capi: ++coverage
[platform/core/graphics/tizenvg.git] / wasm_cross.txt
1 [binaries]
2 cpp = 'EMSDK:upstream/emscripten/em++.py'
3 ar = 'EMSDK:upstream/emscripten/emar.py'
4 strip = '-strip'
5
6 [properties]
7 root = 'EMSDK:upstream/emscripten/system'
8 shared_lib_suffix = 'js'
9 static_lib_suffix = 'js'
10 shared_module_suffix = 'js'
11 exe_suffix = 'js'
12
13 #[built-in options]
14 cpp_args = ['-Wshift-negative-value', '--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
15 cpp_link_args = ['-Wshift-negative-value', '--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
16
17 [host_machine]
18 system = 'emscripten'
19 cpu_family = 'x86'
20 cpu = 'i686'
21 endian = 'little'