From 9ab79683d722987d34fd6da194958284ca805e23 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Mon, 6 Mar 2023 18:39:21 -0400 Subject: Makefile: Use `FILE_UNIQUE_CFLAGS` for file specific flags, rather than appending to `C{,XX}FLAGS` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7ac205..839ec5b 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ CXXFLAGS := $(CFLAGS_BASE) -Cpp_exceptions off -RTTI off include obj_files.mk -$(BUILD_DIR)/src/pso/TProtocol.o: CXXFLAGS += -inline none +$(BUILD_DIR)/src/pso/TProtocol.o: FILE_UNIQUE_CFLAGS := -inline none ALL_DIRS := $(sort $(dir $(O_FILES))) -- cgit v1.2.3-13-gbd6f