Skip to content

Commit

Permalink
Enable the IR cleaner on the javalib.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Jul 23, 2022
1 parent 2ad751d commit 93d3997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ class LibrarySizeTest {
)

testLinkedSizes(
expectedFastLinkSize = 145128,
expectedFullLinkSizeWithoutClosure = 134589,
expectedFullLinkSizeWithClosure = 21831,
expectedFastLinkSize = 144675,
expectedFullLinkSizeWithoutClosure = 133818,
expectedFullLinkSizeWithClosure = 21620,
classDefs,
moduleInitializers = MainTestModuleInitializers
)
Expand Down
2 changes: 2 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,8 @@ object Build {
Nil
},

cleanIRSettings,

headerSources in Compile ~= { srcs =>
srcs.filter { src =>
val path = src.getPath.replace('\\', '/')
Expand Down

0 comments on commit 93d3997

Please sign in to comment.