Hi to all,<br><br>I have a little (I hope useful) propose related to the debug info attached to every compiled file.<br><br>I know these info are really useful during the normal debug process and I know also that more beginner programmers do not uses FreePascal because it generates BIG compiled files.
<br><br>I think the FreePascal debug info contains the full source code of the compiled software, so I suggest to add an option to can add ONLY debug info related to Address -> Unit/Class.Method/Line (without any source code).
<br><br>So will be possible:<br><br>1)...speedup the compiling process (write less bytes on disk and use less RAM to generate compiled file);<br>2)...the beginner programmers do not stop to uses FreePascal for its BIG compiled files.
<br><br>What do you think of this my proposal?<br clear="all"><br>-- <br>Best regards...<br><br>Fabio Dell'Aria.