[objc] Fix performance Makefile to allow jackalope runs

Reviewed By: jberdine

Differential Revision: D14560462

fbshipit-source-id: 452d72728
master
Ezgi Çiçek 6 years ago committed by Facebook Github Bot
parent 59a10d00d4
commit fb8faaf38a

@ -6,7 +6,7 @@
TESTS_DIR = ../../..
# see explanations in cpp/errors/Makefile for the custom isystem
CLANG_OPTIONS = -c
CLANG_OPTIONS = -c $(OBJC_CLANG_OPTIONS)
INFER_OPTIONS = --cost-only --bufferoverrun --debug-exceptions --project-root $(TESTS_DIR) \
--use-cost-threshold
INFERPRINT_OPTIONS = --issues-tests
@ -14,5 +14,6 @@ INFERPRINT_OPTIONS = --issues-tests
SOURCES = $(wildcard *.m)
include $(TESTS_DIR)/clang.make
include $(TESTS_DIR)/objc.make
infer-out/report.json: $(MAKEFILE_LIST)

Loading…
Cancel
Save