summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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