propensive / fury-old

A new build tool for JVM languages
Apache License 2.0
413 stars 34 forks source link

compiler options need to support spaces and commas #1642

Open propensive opened 3 years ago

propensive commented 3 years ago

We currently don't support compiler options which are two parameters, like -encoding UTF-8, and commas also seem to be invalid in parameters, presumably excluded by some regex...