Reduce Build Variance (Path to Reproducible Builds) #692

Merged
sarah merged 6 commits from repbuilds into trunk 2023-07-07 01:44:21 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 94c5ff63b2 - Show all commits

View File

@ -75,6 +75,7 @@ apply_standard_settings(${BINARY_NAME})
# Add dependency libraries. Add any application-specific dependencies here.
target_link_libraries(${BINARY_NAME} PRIVATE flutter)
target_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK)
target_link_libraries(${BINARY_NAME} PRIVATE -Wl,--hash-style=gnu)
# Run the Flutter tool portions of the build. This must not be removed.
add_dependencies(${BINARY_NAME} flutter_assemble)