mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 00:33:48 +02:00
Try to fix bug 158358 by using -inlineJSR for all compilation
This commit is contained in:
parent
fd208b2fbf
commit
11d262f563
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ generateFeatureVersionSuffix=true
|
||||||
javacFailOnError=false
|
javacFailOnError=false
|
||||||
javacDebugInfo=on
|
javacDebugInfo=on
|
||||||
#javacVerbose=true
|
#javacVerbose=true
|
||||||
#compileArg=-enableJavadoc
|
#compilerArg=-enableJavadoc
|
||||||
|
#This fixes a problem with the IBM 1.5 VM, see bug 158358
|
||||||
|
compilerArg=-inlineJSR
|
||||||
|
|
||||||
zipargs=
|
zipargs=
|
||||||
tarargs=--owner=0 --group=0
|
tarargs=--owner=0 --group=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue