Skip to content

daleffe/pascal-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Delphi/Lazarus Template

Delphi/Lazarus template project

Delphi

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/Lazarus template project

Resources

Stars

Watchers

Forks