Skip to content

Commit

Permalink
Enable removal of unused functions to reduce size (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored May 7, 2024
1 parent 9bd45c4 commit 096eb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks.withType(CppCompile).configureEach {
}

tasks.withType(AbstractLinkTask).configureEach {
linkerArgs.addAll("Rstrtmgr.lib", "User32.lib")
linkerArgs.addAll("Rstrtmgr.lib", "User32.lib", "/OPT:REF")
}

unitTest {
Expand Down

0 comments on commit 096eb3e

Please sign in to comment.