Browse Source

!68 solve product side

Merge pull request !68 from taoxudong/master
pull/68/MERGE
王涛 Gitee 5 years ago
parent
commit
4dc4e4c051
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      metadef
  2. +1
    -1
      parser/CMakeLists.txt

+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit ef14a8a1cd27650d8278bab39014ef5c9c5ff403
Subproject commit 1651260a10ed17b74b0ef991963165858de24863

+ 1
- 1
parser/CMakeLists.txt View File

@@ -131,7 +131,7 @@ target_compile_options(fmk_parser_stub PRIVATE
)

target_compile_definitions(fmk_parser_stub PRIVATE
$<$<STREQUAL:${PRODUCT_SIDE},host>:FMK_SUPPORT_DUMP>
$<$<OR:$<STREQUAL:${PRODUCT_SIDE},host>,$<STREQUAL:${ENABLE_OPEN_SRC},True>>:FMK_SUPPORT_DUMP>
PROTOBUF_INLINE_NOT_IN_HEADERS=0
REUSE_MEMORY=1
FMK_HOST_INFER


Loading…
Cancel
Save