pleriche / FastMM4

A memory manager for Delphi and C++ Builder with powerful debugging facilities
446 stars 156 forks source link

UseReleaseStack option is not documented in FastMM4Options.inc #45

Open jpluimers opened 7 years ago

jpluimers commented 7 years ago

A small thing, but please note that UseReleaseStack is only mentioned at https://github.com/pleriche/FastMM4/blob/master/FastMM4.pas#L847 but not documented in FastMM4Options.inc like LogLockContention is at https://github.com/pleriche/FastMM4/blob/master/FastMM4Options.inc#L310

jaclas commented 5 years ago

Yes, please add UseReleaseStack flag to inc file, I found description about it but not configuration for.