document compiler_profile flag support
This commit is contained in:
parent
816dcbe118
commit
1036d97ec6
|
@ -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```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue