Browse Source

fix compile bug

pull/154/head
baker 5 years ago
parent
commit
a8be9d0e1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/onnx/module.mk

+ 1
- 1
parser/onnx/module.mk View File

@@ -71,7 +71,7 @@ LOCAL_C_INCLUDES := \
$(TOPDIR)metadef/inc/external/graph \
libc_sec/include \

LOCAL_MODULE := stub/libfmk_parser
LOCAL_MODULE := stub/libfmk_onnx_parser

LOCAL_CFLAGS += -DPROTOBUF_INLINE_NOT_IN_HEADERS=0 -DREUSE_MEMORY=1 -O2
LOCAL_CFLAGS += -DFMK_HOST_INFER -DFMK_SUPPORT_DUMP


Loading…
Cancel
Save