Skip to content

Commit

Permalink
Add evloop= compile time flags (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jan 4, 2025
1 parent c66b59e commit 86cd223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/syntax_and_semantics/compile_time_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Crystal program.
|-----------|-------------|
| `gc_none` | Disables garbage collection ([#5314](https://github.com/crystal-lang/crystal/pull/5314)) |
| `debug_raise` | Debugging flag for `raise` logic. Prints the backtrace before raising. |
| `evloop=epoll`, `evloop=kqueue`, `evloop=libevent` | Select event loop driver ([RFC 0009](https://github.com/crystal-lang/rfcs/blob/main/text/0009-lifetime-event_loop.md#availability)). Introduced in 1.15 |
| `preview_mt` | Enables multithreading preview. Introduced in 0.28.0 ([#7546](https://github.com/crystal-lang/crystal/pull/7546)) |
| `skip_crystal_compiler_rt` | Exclude Crystal's native `compiler-rt` implementation. |
| `tracing` | Build with support for [runtime tracing](../guides/runtime_tracing.md). |
Expand Down

0 comments on commit 86cd223

Please sign in to comment.