I have a GUI application with size about 80MB (DEBUG mode). Sometimes when I change something in the source I just want to know if it compiles ok and I hit CTRL+F9 (I don't rely on Code Insight, because it doesn't always work on large projects). The compilation completes very fast, but the linking phase takes about 10 seconds on Core i7 with Samsung 840 Pro SSD!!! Which is pretty uncomfortable...
Is there an IDE option/shortcut to tell IDE to only compile the source, without linking/generating the actual .exe? Or DCC option?
- I'm using Delphi XE7