]> git.ipfire.org Git - pakfire.git/commitdiff
parser: Do not compile with -fno-analyzer
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Sep 2023 15:11:52 +0000 (15:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Sep 2023 15:11:52 +0000 (15:11 +0000)
The flex/bison-generated code is having too many problems to make this
output any useful.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 2915e6135be94ccbff338f41d4ca9808c691463e..df06fd713499c5219d92e83d124ed978e8074016 100644 (file)
@@ -201,7 +201,8 @@ libpakfire_parser_la_SOURCES = \
 
 libpakfire_parser_la_CFLAGS = \
        $(AM_CFLAGS) \
-       $(JSON_C_CFLAGS)
+       $(JSON_C_CFLAGS) \
+       -fno-analyzer
 
 libpakfire_parser_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \