Opened 3 years ago
Last modified 2 years ago
#1704 new change request
Make -O3 imply -d0
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | 5.4 |
Component: | compiler | Version: | 5.2.0 |
Keywords: | Cc: | ||
Estimated difficulty: | trivial |
Description
People unexperienced with CHICKEN repeatedly forget -d0
when benchmarking, so perhaps it would make sense to disable trace- and debug-info at optimization level 3, since obviously at the level the emphasis is on speed.
Note: See
TracTickets for help on using
tickets.