diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-02 16:42:54 +0200 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-02 18:46:00 +0200 |
| commit | 01c4f82e077b93cb2318830c56070c0ec15a20e6 (patch) | |
| tree | 33a842b24b9e3851c6b6cf095f11f562b0fd6b7f /src/runtime/c | |
| parent | e81d6686052607b5e7f62434a373c06d63975bab (diff) | |
misc small fixes:
- update actions/cache to v4
- update haskell/actions/setup to haskell-actions/setup
- stack doesn't support ghc < 8.4, remove from CI
- don't fail immediately
- add -fpermissive flag to gcc
- only build 9.6.6 with macos and windows latest
- bump base upper bound
Diffstat (limited to 'src/runtime/c')
| -rw-r--r-- | src/runtime/c/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index 2af669fe2..4e86e5251 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -30,6 +30,7 @@ AM_PROG_CC_C_O -Wall\ -Wextra\ -Wno-missing-field-initializers\ + -fpermissive\ -Wno-unused-parameter\ -Wno-unused-value" fi] |
