diff options
author | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-11-16 16:45:06 +0100 |
---|---|---|
committer | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-11-16 16:45:06 +0100 |
commit | b996814fc3255338d7eae5a58c9b58dbf9229154 (patch) | |
tree | b6080d8b196ea36b94aee2976f3be03d3c937b41 /README.md | |
parent | 69a88ef7125bc4314b1fbb12a382dca07d93e642 (diff) | |
download | frege-gradle-plugin-b996814fc3255338d7eae5a58c9b58dbf9229154.tar.gz frege-gradle-plugin-b996814fc3255338d7eae5a58c9b58dbf9229154.tar.bz2 frege-gradle-plugin-b996814fc3255338d7eae5a58c9b58dbf9229154.zip |
feat: adds `compilerFlags` property to configure the Frege compiler
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ Optional configuration parameters inside `build.gradle`: - compilerDownloadDir: defaults to `<projectRoot>/lib` - mainSourceDir: defaults to `<projectRoot>/src/main/frege` - outputDir: defaults to `<projectRoot>/build/classes/main/frege` +- compilerFlags: defaults to `['-O', '-make']` |