Browse Source

solve compile definition

pull/57/head
t00456437 5 years ago
parent
commit
edc18bae38
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 bf012e65ec60b40d18936677547c94bbd1f89323
Subproject commit 78457c578f70fb8eb6c239d221cfd3e66f89cb12

+ 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