aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/tools/make/targets/linux_makefile.inc
blob: 86499da99e25c4d025707bc71ebf47d821b3a924 (plain)
1
2
3
4
5
6
7
8
9
10
# Settings for Linux.
ifeq ($(TARGET), linux)
  CXXFLAGS += \
    -fPIC \
    -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK \
    -pthread
  # TODO(petewarden): In the future we may want to add architecture-specific
  # flags like -msse4.2
	LIBS += -ldl
endif