From 9bccb0fe6929f85598db572e1a0a39cc40ff380b Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Tue, 9 Jul 2019 14:47:03 -0700 Subject: [PATCH] Add -DMXNET_USE_OPENMP to Makefiles so libinfo gets updated accordingly --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 02a74a067031..22f754396a0a 100644 --- a/Makefile +++ b/Makefile @@ -182,6 +182,7 @@ endif ifeq ($(USE_OPENMP), 1) CFLAGS += -fopenmp + CFLAGS += -DMXNET_USE_OPENMP=1 endif ifeq ($(USE_NNPACK), 1)