Skip to content

Commit

Permalink
Fixing an issue with propagating build type from Thunder to other mod…
Browse files Browse the repository at this point in the history
…ules (#1473)

Co-authored-by: sebaszm <45654185+sebaszm@users.noreply.github.com>
  • Loading branch information
VeithMetro and sebaszm committed Dec 18, 2023
1 parent f11b8bd commit 0518d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/project.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ if(NOT DEFINED LEGACY_CONFIG_GENERATOR)
set(LEGACY_CONFIG_GENERATOR @LEGACY_CONFIG_GENERATOR@ CACHE INTERNAL "" FORCE)
endif()

set(CMAKE_BUILD_TYPE @CMAKE_BUILD_TYPE@ CACHE INTERNAL "" FORCE)

# FIX_ME: Disable fortify source.
# https://jira.rdkcentral.com/jira/browse/METROL-483
# Enabled in upstream buildroot, generates a lot of warnings, caused by missing optimalisation flags.
Expand Down

0 comments on commit 0518d30

Please sign in to comment.