Skip to content

Commit

Permalink
Update lakefile.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang authored Sep 9, 2023
1 parent ab17107 commit 337e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Lake DSL System

package LeanInfer {
precompileModules := true
buildType := BuildType.debug -- TODO: Change to release.
buildType := BuildType.release
moreLinkArgs := #["-lonnxruntime", "-lstdc++"]
}

Expand Down

0 comments on commit 337e30d

Please sign in to comment.