diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-22 17:33:24 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-22 17:33:24 -0400 |
| commit | 0536f8626833e6b2938cbedf84b2cf06c95c0ae0 (patch) | |
| tree | cfa82a45b0e21aef8da6317696c98f82f94fab29 /src/build_settings.cpp | |
| parent | 34e998c1fcc9cdcc2a6cc0476cc0d774a7c7ed26 (diff) | |
Add `-build-only` for `odin test` command
This allows test executables to be only built, not run too.
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index b3bbf726b..ae6fa3463 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -441,6 +441,7 @@ struct BuildContext { String extra_assembler_flags; String microarch; BuildModeKind build_mode; + bool build_only; bool generate_docs; bool custom_optimization_level; i32 optimization_level; |