Skip to content

vigisoft/delphi-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Delphi

Delphi template project

RTTI

If you don't use RTTI, put follow lines at start of your project file (.dpr):

{$WEAKLINKRTTI ON}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}

It'll save ~500 kb of your generated .exe.

About

Delphi template project

Resources

Stars

Watchers

Forks