mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +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
|
||||
javacDebugInfo=on
|
||||
#javacVerbose=true
|
||||
#compileArg=-enableJavadoc
|
||||
#compilerArg=-enableJavadoc
|
||||
#This fixes a problem with the IBM 1.5 VM, see bug 158358
|
||||
compilerArg=-inlineJSR
|
||||
|
||||
zipargs=
|
||||
tarargs=--owner=0 --group=0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue