From: Mark Wooding Date: Sat, 9 Jun 2018 12:20:54 +0000 (+0100) Subject: Makefile: Make the Scala compiler more petty. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe-android/commitdiff_plain/5c2b1515dd14827055bd5c6ad13462b5118c40a9 Makefile: Make the Scala compiler more petty. But I'm not giving up my odd habit of putting everything in package objects. --- diff --git a/Makefile b/Makefile index 1e74713..e00445f 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,8 @@ else SCALAC = scalac $(JAVADEFS) SCALAC_RESET = endif -SCALAFLAGS = -optimise -Xlint -Xlint:-package-object-classes \ +SCALAFLAGS = -optimise -feature -deprecation -Xfatal-warnings \ + -Xlint -Xlint:-package-object-classes \ -Yinline-warnings:false SCALA_REPL = $(NOIP) scala $(JAVADEFS)