sw_engine raster: fix the texmap regression bug.
[platform/core/graphics/tizenvg.git] / wasm_cross.txt
index 6d72bb7..7606f27 100644 (file)
@@ -1,19 +1,21 @@
 [binaries]
-c = 'EMSDK:upstream/emscripten/emcc.py'
 cpp = 'EMSDK:upstream/emscripten/em++.py'
 ar = 'EMSDK:upstream/emscripten/emar.py'
+strip = '-strip'
 
 [properties]
 root = 'EMSDK:upstream/emscripten/system'
-cpp_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
-cpp_link_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
 shared_lib_suffix = 'js'
 static_lib_suffix = 'js'
 shared_module_suffix = 'js'
 exe_suffix = 'js'
 
+#[built-in options]
+cpp_args = ['-Wshift-negative-value', '--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
+cpp_link_args = ['-Wshift-negative-value', '--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
+
 [host_machine]
 system = 'emscripten'
 cpu_family = 'x86'
 cpu = 'i686'
-endian = 'little'
\ No newline at end of file
+endian = 'little'