Skip to content

Instantly share code, notes, and snippets.

@dragos
Created November 4, 2011 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragos/1339152 to your computer and use it in GitHub Desktop.
Save dragos/1339152 to your computer and use it in GitHub Desktop.
#Fri Nov 04 12:31:45 CET 2011
Xcheck-null=false
Xcheckinit=false
Xdisable-assertions=false
Xelide-below=-2147483648
Xexperimental=false
Xfatal-warnings=false
Xfuture=false
Xlog-implicits=false
Xmigration=false
Xno-uescape=false
Xpluginsdir=misc/scala-devel/plugins
Ybuild-manager-debug=false
Yno-generic-signatures=false
Yno-imports=false
Ypresentation-debug=false
Ypresentation-delay=0
Ypresentation-verbose=false
Yrecursion=0
Yself-in-annots=false
Ystruct-dispatch=poly-cache
Ywarn-dead-code=false
buildmanager=sbt
compileorder=Mixed
deprecation=false
eclipse.preferences.version=1
explaintypes=false
g=vars
no-specialization=false
nowarn=false
optimise=false
scala.compiler.useProjectSettings=true
target=jvm-1.5
unchecked=false
verbose=false
@viktorklang
Copy link

encoding?

@dragos
Copy link
Author

dragos commented Nov 4, 2011

encoding comes from Eclipse global (or per project) settings. You don't want to de-sync your editor and your compiler.

@viktorklang
Copy link

Exactly, so you want the same encoding generated for the Eclipse project as you have in your SBT project file.

@dragos
Copy link
Author

dragos commented Nov 4, 2011 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment