Gte rid of warnings about enum size for zephyr.

This commit is contained in:
Alexander Gorshenev
2018-02-26 15:03:51 +03:00
committed by alexander-gorshenev
parent feaf220f5b
commit ac6c3443eb
@@ -89,6 +89,7 @@ class ClangArgs(private val configurables: Configurables) : Configurables by con
"-fno-asynchronous-unwind-tables",
"-fno-pie",
"-fno-pic",
"-fshort-enums",
"-nostdinc",
// TODO: make it a libGcc property?
// We need to get rid of wasm sysroot first.