diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |