aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThibault Gagnaux <tgagnaux@gmail.com>2021-11-16 16:45:06 +0100
committerThibault Gagnaux <tgagnaux@gmail.com>2021-11-16 16:45:06 +0100
commitb996814fc3255338d7eae5a58c9b58dbf9229154 (patch)
treeb6080d8b196ea36b94aee2976f3be03d3c937b41 /README.md
parent69a88ef7125bc4314b1fbb12a382dca07d93e642 (diff)
downloadfrege-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76b42c5..db18bea 100644
--- a/README.md
+++ b/README.md
@@ -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']`