Skip to content

Commit

Permalink
feat: add build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Sep 19, 2024
1 parent 370d270 commit 359f79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thorvg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu "ThorVG Support Options"

config THORVG_THREAD_ENABLED
bool "Enable ThorVG threading support"
default n
default y
help
Enable ThorVG threading support. This option can be disabled if ThorVG is only used from one FreeRTOS task.

Expand Down
2 changes: 1 addition & 1 deletion thorvg/cross_file.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ld = '${CMAKE_LINKER}'
strip = '${CMAKE_STRIP}'

[built-in options]
cpp_args = ['-D_GNU_SOURCE','-D__linux__','-Wno-format',${MESON_CXX_FLAGS}]
cpp_args = ['-D_GNU_SOURCE','-D__linux__','-Wno-format','-fno-if-conversion',${MESON_CXX_FLAGS}]
cpp_link_args = [${MESON_LINKER_FLAGS}]

[host_machine]
Expand Down

0 comments on commit 359f79b

Please sign in to comment.