We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911f95f commit cccb919Copy full SHA for cccb919
legacy/builder/types/context.go
@@ -179,7 +179,8 @@ type Context struct {
179
SourceOverride map[string]string
180
181
// compiler options from ctags extraction
182
- // example: 'char ARDUIFINEyyy = "<compiler options like> -DMYLIB_BUFFER_LEN=1234 -include \"somefile.h\"";'
+ // example: 'char ARDUIFINExxx = "MYLIB_BUFFER_LEN = 1234";'
183
+ // example: 'char ARDUINOGLOBALyyy = "-DMYLIB_BUFFER2_LEN=1234 -free -fipa-pta";'
184
Arduifines string
185
}
186
0 commit comments