From 1036d97ec681b25223160b3248404249a1150f8b Mon Sep 17 00:00:00 2001 From: Interfiber Date: Sun, 29 Sep 2024 16:36:38 -0400 Subject: [PATCH] document compiler_profile flag support --- spec/ext/GRBC_EXT_profiles.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/ext/GRBC_EXT_profiles.md b/spec/ext/GRBC_EXT_profiles.md index 81451db..93fac6a 100644 --- a/spec/ext/GRBC_EXT_profiles.md +++ b/spec/ext/GRBC_EXT_profiles.md @@ -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 For more detailed information see ```src/ext_profiles.cc```