document compiler_profile flag support

This commit is contained in:
Hunter 2024-09-29 16:36:38 -04:00
parent 816dcbe118
commit 1036d97ec6

View file

@ -17,6 +17,12 @@ grbc_set_profile("debug")
``` ```
## Command line options
Passing ```-compiler_profile``` to grbc will allow setting of the compiler profile, for example:
```bash
grbc gen -compiler_profile release
```
## Profiles ## Profiles
For more detailed information see ```src/ext_profiles.cc``` For more detailed information see ```src/ext_profiles.cc```