First I'm not sure if this should be under studio related stuff , but since the .lss is made by the compiler I placed it here (feel free to move).
For a on going project 5+ years I use studio 4 with winAVR 2010.
When it make a .lss file the C code is included (moved around etc. by the optimizer )
Now I wanted to see the output from the studio 7 with the build in 4.9.2 GCC compiler.
As a test I made a new project (mega 324 but don't think it matter) as studio 7 default make a project , and then took the old code.
It compiles fine, (can't test if it works). But the .lss have no C information.
When I look a the dissembled code when I debug mode, it has the C code. I have looked around but can't find a check for that.
Can anyone help ?