mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Fix build warnings for --compress flag in jlink (#5485)
This commit is contained in:
parent
47c7680d8c
commit
58adf4c6fd
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ object CommonSettings {
|
|||
|
||||
lazy val jlinkOptions = Seq(
|
||||
"--no-header-files",
|
||||
"--no-man-pages",
|
||||
"--compress=2"
|
||||
"--no-man-pages"
|
||||
)
|
||||
|
||||
private val commonCompilerOpts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue