mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 04:30:32 +02:00
gnu: ecj-javac-wrapper: Remove unnecessary build flags.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove unnecessary build flags passed to the java command.
This commit is contained in:
@@ -437,11 +437,6 @@ requirement for all GNU Classpath releases after version 0.93.")
|
||||
args defaults))
|
||||
(apply system* ,java
|
||||
(append
|
||||
(list "-Xnocompact")
|
||||
,,@(if (string-prefix? "armhf" (or (%current-system)
|
||||
(%current-target-system)))
|
||||
'()
|
||||
`((list "-Xnoinlining")))
|
||||
;; Remove "-J" prefix
|
||||
(map (cut string-drop <> 2) vm-args)
|
||||
'("org.eclipse.jdt.internal.compiler.batch.Main")
|
||||
|
||||
Reference in New Issue
Block a user