Hello,

to take up an earlier thread: I am unsuccessful in trying to turn private
optimization off. Here's the section of my config.json

  "jobs" :
  {
      ...
    
    // build generation only
    "source-build" :
    {
      // don't optimize privates
      "code" :
      {
        "=optimize" : ["variables", "basecalls", "strings"]
      }
    }
  }

I also did a dist-clean. Still all __* members are optimized.  What am I
doing wrong?

Thanks,
Christian
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/How-can-I-turn-off-optimizations-tp4903766p4941577.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to