Skip to content

Commit

Permalink
use KernelFWholeProgram on RISC-V also
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed Apr 18, 2024
1 parent 0594cd5 commit c59d481
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ if(NOT Sel4benchAllowSettingsOverride)
# This option is controlled by ApplyCommonReleaseVerificationSettings
mark_as_advanced(CMAKE_BUILD_TYPE)
if(RELEASE)
if(NOT KernelArchRiscV)
set(KernelFWholeProgram ON CACHE BOOL "" FORCE)
endif()
set(KernelFWholeProgram ON CACHE BOOL "" FORCE)
endif()

if(FASTPATH)
Expand Down

0 comments on commit c59d481

Please sign in to comment.