From 638349804191c7e703f6b9d02547d16f7178ba0d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 30 Aug 2023 21:38:59 +0000 Subject: [PATCH] Oops. Makefile debugging. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4432 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c95d4299..91e1fd24 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,6 @@ $(APP_OBJS): CFLAGS += \ -Ideps/xopt \ -Wdouble-promotion \ -Werror -$(info $(filter-out $(BUILD_DIR)/android,$(APP_OBJS))) $(filter-out $(BUILD_DIR)/android%,$(APP_OBJS)): CFLAGS += \ -fanalyzer