From: Thorsten O. <ad...@th...> - 2024-06-06 15:22:54
|
On Donnerstag, 6. Juni 2024 16:19:47 CEST WongCK via Freemint-discuss wrote: > --enable-checking is not slightly slower... I feel it is a lot slower. Any > chance of removing it? As far as i've seen, that mostly enable some assertion checks. That should normally be hardly noticable, given that the compiler is surely already not very fast on real hardware. I have no problem removing that again, with the risc that if the compiler generates bad code, this will be harder to notice. In the worst case, it will cause you to hunt bugs in your code that are really just the compilers fault ;) |