From ca9d531643f704410e749ead0f06fde08cc4d6a5 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 7 Mar 2021 19:45:33 +0100 Subject: Fix some minor compiling issues --- src/zeitansage/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zeitansage') diff --git a/src/zeitansage/Makefile.am b/src/zeitansage/Makefile.am index 62be5cd..cdb3e2f 100644 --- a/src/zeitansage/Makefile.am +++ b/src/zeitansage/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -fstack-check $(FUSE_CFLAGS) +AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(FUSE_CFLAGS) bin_PROGRAMS = \ zeitansage -- cgit v1.2.3