Browse Source

solve product side

pull/67/head
t00456437 5 years ago
parent
commit
552ebdc885
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 397094fefd00d18966ff9abd1cae77deaaad9b2f

+ 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 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 PROTOBUF_INLINE_NOT_IN_HEADERS=0
REUSE_MEMORY=1 REUSE_MEMORY=1
FMK_HOST_INFER FMK_HOST_INFER


Loading…
Cancel
Save