You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,17 @@ crystalline:
339
339
340
340
Each of these projects must contain the `shard.yml`, ideally with the entry point as mentioned above. However, even if no entry point is present, `require`s will still be resolved relative to the project directory rather than the root directory.
341
341
342
+
### Compilation flags
343
+
344
+
To use specific compilation flags, you can add a `crystalline/flags` key in the `shard.yml` file:
345
+
346
+
```yml
347
+
crystalline:
348
+
flags:
349
+
- preview_mt
350
+
- execution_context
351
+
```
352
+
342
353
## Features
343
354
344
355
**Disclaimer: `Crystalline` is not as extensive in terms of features as other
0 commit comments