AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
155 stars 26 forks source link

Remove warnings on release builds #125

Closed tehKaiN closed 1 year ago

tehKaiN commented 4 years ago
tehKaiN commented 4 years ago

Could be fixed by doing an ifdef ACE_DEBUG inside function body, so that functions exist but are empty in release builds. This way, fn calls should be optimized away.