diff options
author | Robin Jarry <robin@jarry.cc> | 2023-01-26 19:01:50 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-26 22:01:26 +0100 |
commit | c3db57a194a5eba2a79c01ce4e10bd8ad33af491 (patch) | |
tree | 4c4f436a1903d2b61d4719bb5c9760805659f9d9 /commands/msg | |
parent | 1367fd4246716e3f693f8a1d70630c438489ce03 (diff) | |
download | aerc-c3db57a194a5eba2a79c01ce4e10bd8ad33af491.tar.gz |
ci: fix obscure build error
Fix the following obscure build error:
gcc -O2 -g -Wall -Wextra -Werror -Wformat-security -Wstack-protector -fstack-protector-strong -fanalyzer
gcc: fatal error: no input files
The issue is that CFLAGS contains newline characters '\n' because of the
yaml > continuation. I had misinterpreted the spec hoping that the final
newline will also be stripped which is not.
Put all CFLAGS on a single line.
Link: https://yaml.org/spec/1.0/#id2567537
Fixes: 3191ee171c43 ("filters: rewrite wrap in c")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'commands/msg')
0 files changed, 0 insertions, 0 deletions