• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

asc 2.0: omit-trace-statements

New Here ,
Nov 13, 2018 Nov 13, 2018

Copy link to clipboard

Copied

Issue: trace() calls not deleted from the release swf file.

I compile the empty test project (release build):

public function Main()

{

     trace("texttexttext");

}

Command line:

mxmlc Main.as -omit-trace-statements=true -debug=false

Adobe Scout  in "Trace window" has:

texttexttext

-omit-trace-statenemts=true not working in asc 2.0? Tested in AIR 23.0, 25.0, 27.0. No results.

TOPICS
Performance issues

Views

206

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines