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 9fbb4fa commit ef49eb7Copy full SHA for ef49eb7
legacy/builder/types/context.go
@@ -176,7 +176,8 @@ type Context struct {
176
SourceOverride map[string]string
177
178
// compiler options from ctags extraction
179
- // example: 'char ARDUIFINEyyy = "<compiler options like> -DMYLIB_BUFFER_LEN=1234 -include \"somefile.h\"";'
+ // example: 'char ARDUIFINExxx = "MYLIB_BUFFER_LEN = 1234";'
180
+ // example: 'char ARDUINOGLOBALyyy = "-DMYLIB_BUFFER2_LEN=1234 -free -fipa-pta";'
181
Arduifines string
182
}
183
0 commit comments