compile.properties 173 B

12345678910
  1. # Compile settings
  2. # Determines what flags are passed to the
  3. # compiler
  4. verbose = false
  5. debug = true
  6. deprecation = true
  7. optimize = false
  8. nowarn = false
  9. include.ant = false