Html5 compile without trace

What is the option when target html5 to avoid trace messages in console. I tried with -release but trace is still there.

OpenFL should respect the Haxe --no-traces flag, either from the command-line or project.xml

openfl test html5 --no-traces

<haxeflag name="--no-traces" />