Hi,
Does all line of code are build or not use line remove?
Example 1:
-- Comment are they remove?
Example 2:
if false then -- we can never go in this, does it exist in the apk? end
Example 3:
value=false -- never change in all the project if value then -- is it in the apk? end
Example 4:
print("This line is in the apk?")
Example 5:
function nevercall() -- if this function is never call, does it exist in the apk? end
Example 6:
If a file in never call
- lua file (require)
- image (display.newImage, imageSheet…)
I realy need this information to optimize my code
Thanks
Rémi