|
@@ -82,6 +82,7 @@ if env["builtin_freetype"]:
|
|
# Forcibly undefine this macro so SIMD is not used in this file,
|
|
# Forcibly undefine this macro so SIMD is not used in this file,
|
|
# since currently unsupported in WASM
|
|
# since currently unsupported in WASM
|
|
tmp_env = env_freetype.Clone()
|
|
tmp_env = env_freetype.Clone()
|
|
|
|
+ tmp_env.disable_warnings()
|
|
tmp_env.Append(CPPFLAGS=["-U__OPTIMIZE__"])
|
|
tmp_env.Append(CPPFLAGS=["-U__OPTIMIZE__"])
|
|
sfnt = tmp_env.Object(sfnt)
|
|
sfnt = tmp_env.Object(sfnt)
|
|
thirdparty_sources += [sfnt]
|
|
thirdparty_sources += [sfnt]
|