]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Static scanner and expensive debugging setup fix
authorMaria Matejka <mq@ucw.cz>
Sat, 17 Aug 2019 06:54:08 +0000 (08:54 +0200)
committerMaria Matejka <mq@ucw.cz>
Sat, 17 Aug 2019 11:51:09 +0000 (13:51 +0200)
Makefile.in

index b90038d22ac017ab318b836da6bc732d4d0c1747..bc03c430401f3be7ea35ebf2df81152782d83139 100644 (file)
@@ -161,7 +161,7 @@ endif
 
 STATIC_CHECKERS_ENABLE := nullability.NullableDereferenced nullability.NullablePassedToNonnull nullability.NullableReturnedFromNonnull optin.portability.UnixAPI valist.CopyToSelf valist.Uninitialized valist.Unterminated
 STATIC_CHECKERS_DISABLE := deadcode.DeadStores
-STATIC_SCAN_FLAGS := --force-analyze-debug-code -o $(objdir)/static-scan/ $(addprefix -enable-checker ,$(STATIC_CHECKERS_ENABLE)) $(addprefix -disable-checker ,$(STATIC_CHECKERS_DISABLE))
+STATIC_SCAN_FLAGS := -o $(objdir)/static-scan/ $(addprefix -enable-checker ,$(STATIC_CHECKERS_ENABLE)) $(addprefix -disable-checker ,$(STATIC_CHECKERS_DISABLE))
 
 static-scan:
        $(MAKE) clean