You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NATIVE_OPTIMIZER=os.environ.get('EMCC_NATIVE_OPTIMIZER') or'1'# use native optimizer by default, unless disabled by EMCC_NATIVE_OPTIMIZER=0 in the env
28
+
NATIVE_OPTIMIZER=os.environ.get('EMCC_NATIVE_OPTIMIZER') or'2'# use optimized native optimizer by default, unless disabled by EMCC_NATIVE_OPTIMIZER=0 in the env
0 commit comments