Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
platformio.ini
|
@ -36,7 +36,7 @@ extra_configs = |
|
|
# Remove '-fmax-errors=5' from build_flags below to see all. |
|
|
# Remove '-fmax-errors=5' from build_flags below to see all. |
|
|
# |
|
|
# |
|
|
[common] |
|
|
[common] |
|
|
build_flags = -g3 -D__MARLIN_FIRMWARE__ -DNDEBUG -fmerge-constants |
|
|
build_flags = -g3 -D__MARLIN_FIRMWARE__ -DNDEBUG |
|
|
-fmax-errors=5 |
|
|
-fmax-errors=5 |
|
|
extra_scripts = |
|
|
extra_scripts = |
|
|
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py |
|
|
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py |
|
|