test: prevent guard-breaker optimization with LTO
In case of very aggressive optimizations the compiler can optimize guard-breaker function away and the `unit/guard` test would fail.
Please register or sign in to comment
In case of very aggressive optimizations the compiler can optimize guard-breaker function away and the `unit/guard` test would fail.