From 1de4d06c2211bd19b2833f9ea684ee1126047950 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Mon, 6 Mar 2023 16:22:25 -0400 Subject: TProtocol: Disable inlining completely It's a good start to do it here, and work our way to other parts of the codebase. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56c9c05..b7ac205 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,8 @@ CXXFLAGS := $(CFLAGS_BASE) -Cpp_exceptions off -RTTI off include obj_files.mk +$(BUILD_DIR)/src/pso/TProtocol.o: CXXFLAGS += -inline none + ALL_DIRS := $(sort $(dir $(O_FILES))) default: all -- cgit v1.2.3-13-gbd6f