Commit 5baea2d
Allow libghostty to have separate optimization settings from Ghostel module
When running profilers like Instruments to optimize Ghostel itself,
you need debugging symbols and thus you need to build with
-Doptimize=Debug. However, libghostty-vt is way too slow to get any
useful data unless it's build in optimized release mode. This allows
setting separate optimization levels.1 parent 6437e5b commit 5baea2d
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
13 | | - | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments