summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-06 16:22:25 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-06 16:22:25 -0400
commit1de4d06c2211bd19b2833f9ea684ee1126047950 (patch)
treeda4bd8677f94d0d6d887d442bdb5470fd186ea42 /Makefile
parent06d75ece6452a33f11afd7e5ec3dd1f916c8583f (diff)
TProtocol: Disable inlining completely
It's a good start to do it here, and work our way to other parts of the codebase.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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