aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/native.mk
blob: 6f4602477bcd017da1f6e467e5175c3e56d283cb (plain) (blame)
1
2
3
4
5
ifndef SECONDARY_BOOTSTRAP
ifeq ($(NATIVE_LIBS_ENABLED),yes)
ERL_COMPILE_FLAGS += +native
endif
endif