@@ -35,7 +35,7 @@ priority 3 |
| 35 | 35 | status active |
| 36 | 36 | coverage => system_interop, interactive, performance |
| 37 | 37 | library_seed => fortterm, fortpath |
| 38 | | -build => make clean && make FC="{fc}" CC="{cc}" |
| 38 | +build => make clean && make FC="{fc}" CC="{cc}" FFLAGS="-O2 -Wall" |
| 39 | 39 | note "First ncurses-flavored systems TUI target after fortbite and ferp." |
| 40 | 40 | end |
| 41 | 41 | |
@@ -58,8 +58,8 @@ priority 5 |
| 58 | 58 | status active |
| 59 | 59 | coverage => interactive, pure_semantics |
| 60 | 60 | library_seed => fortterm, fortds |
| 61 | | -build => make clean && make FC="{fc}" |
| 62 | | -test => make test FC="{fc}" |
| 61 | +build => make clean && make FC="{fc}" FFLAGS="-O2 -J build/" |
| 62 | +test => make test FC="{fc}" FFLAGS="-O2 -J build/" |
| 63 | 63 | note "Smaller editor-like TUI target for merge-conflict workflows." |
| 64 | 64 | end |
| 65 | 65 | |
@@ -70,7 +70,7 @@ priority 6 |
| 70 | 70 | status active |
| 71 | 71 | coverage => cross_tu, system_interop, interactive, performance |
| 72 | 72 | library_seed => fortterm, fortpath, fortproc, fortds, fortconfig |
| 73 | | -build => make clean && make FC="{fc}" CC="{cc}" |
| 73 | +build => make clean && make FC="{fc}" CC="{cc}" FFLAGS="-O2 -Wall" |
| 74 | 74 | smoke => ./fac --version |
| 75 | 75 | note "Next flagship proof target after the smaller ladder is mostly green." |
| 76 | 76 | note "Expected to expose terminal, regex, LSP, UTF-8, and cross-module ABI gaps." |
@@ -95,7 +95,7 @@ priority 8 |
| 95 | 95 | status active |
| 96 | 96 | coverage => interactive, system_interop, performance |
| 97 | 97 | library_seed => fortterm, fortpath, fortproc |
| 98 | | -build => make clean && make FC="{fc}" |
| 98 | +build => make clean && make FC="{fc}" FFLAGS="-O2 -Wall" |
| 99 | 99 | note "Smaller git-oriented TUI target with tree rendering, shell integration, and UTF-8 output." |
| 100 | 100 | note "Useful backup interactive target between ferp and facsimile when we want less dependency noise than ncurses-heavy editors." |
| 101 | 101 | end |