diff options
-rw-r--r-- | TODOs.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -22,7 +22,17 @@ What about the C implementation? It would be good to have a test stressing that. -## DONE Use POSIX `$(CFLAGS)` {#task-4686d9a5-3514-e7f2-25de-b3cf66199124} +## CANCELLED Use POSIX `$(CFLAGS)` {#task-4686d9a5-3514-e7f2-25de-b3cf66199124} +- CANCELLED in 2021-06-06 + + I couldn't actually get the flags to work before claiming it to be DONE. + + Instead of just testing on the machines I have at hand right now, it would be much better to have an extensive stress test of portability, compatibility and behaviour across multiple POSIX systems. + + Having [standardify](https://euandre.org/standardify/) would definitely address this. + + Cancelled in + [`32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8`](https://git.euandreh.xyz/remembering/commit/?id=32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8). - DONE in 2021-06-06 - `-std=c99` is interpreted as `-s` + `td=c99`, and a `-t` flag doesn't exist. |