diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine-edge.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index 8398a9a4..8b8d9e0e 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -12,9 +12,7 @@ environment: DESTDIR: ./out GOFLAGS: "-tags=notmuch" CC: gcc - CFLAGS: > - -O2 -g -Wall -Wextra -Werror -Wformat-security -Wstack-protector - -fstack-protector-strong -fanalyzer + CFLAGS: -O2 -g -Wall -Wextra -Werror -Wformat-security -Wstack-protector -fstack-protector-strong -fanalyzer FILTERS_TEST_PREFIX: valgrind --leak-check=full --error-exitcode=1 tasks: - lint: | |