Force LD to include just GNUHASH sections

This commit is contained in:
Sarah Jamie Lewis 2023-07-06 11:58:46 -07:00
parent cc4403261e
commit 94c5ff63b2
1 changed files with 1 additions and 0 deletions

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)