Commit 3716a76
committed
[libc++] Run the test suite with optimizations by default
In production, libc++ is used with optimizations enabled 99.9% of the
time. Therefore, I think it makes sense to run our tests with optimizations
enabled by default, to be closer to what people actually use in production.
It's still possible to disable optimizations for debugging purposes or
other reasons.
This also removes the pitfall of trying to run the benchmarks but
forgetting to set the optimization level.1 parent 79dab3f commit 3716a76
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments