Search Results

1
vote

In Delphi 7, can I set up ‘Debug’ and ‘Release’ modes?

This feature was added only in Delphi 2009. For older versions of Delphi you can write two copies of .cfg file, one with debug options and one with release options, and compile your program …