Closed arcanis closed 7 years ago
The current flags break C compilation when building with --asmjs, because emscripten doesn't understand why C++-specific flags are used with the C compiler. This commit fix this by splitted the flags as cflags and cflags_cc.
--asmjs
cflags
cflags_cc
Thank you for the PR!
The current flags break C compilation when building with
--asmjs
, because emscripten doesn't understand why C++-specific flags are used with the C compiler. This commit fix this by splitted the flags ascflags
andcflags_cc
.