diff options
| -rw-r--r-- | .github/workflows/c-std.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml index a99cdb5..150cb91 100644 --- a/.github/workflows/c-std.yml +++ b/.github/workflows/c-std.yml | |||
| @@ -50,12 +50,18 @@ jobs: | |||
| 50 | std: | 50 | std: |
| 51 | - name: c89 | 51 | - name: c89 |
| 52 | value: c89 | 52 | value: c89 |
| 53 | compiler-opt: -DZIP_INSECURE | ||
| 54 | cmake-opt: -DZIP_INSECURE | ||
| 53 | 55 | ||
| 54 | - name: gnu89 | 56 | - name: gnu89 |
| 55 | value: gnu89 | 57 | value: gnu89 |
| 58 | compiler-opt: -DZIP_INSECURE | ||
| 59 | cmake-opt: -DZIP_INSECURE | ||
| 56 | 60 | ||
| 57 | - name: c94 | 61 | - name: c94 |
| 58 | value: iso9899:199409 | 62 | value: iso9899:199409 |
| 63 | compiler-opt: -DZIP_INSECURE | ||
| 64 | cmake-opt: -DZIP_INSECURE | ||
| 59 | 65 | ||
| 60 | - name: c99 | 66 | - name: c99 |
| 61 | value: c99 | 67 | value: c99 |
