mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
gnu source: honoring libc requirements (#8147)
This commit is contained in:
@ -73,6 +73,7 @@ env.Append(
|
||||
"-mtext-section-literals",
|
||||
"-falign-functions=4",
|
||||
"-U__STRICT_ANSI__",
|
||||
"-D_GNU_SOURCE",
|
||||
"-ffunction-sections",
|
||||
"-fdata-sections",
|
||||
"-Wall",
|
||||
|
Reference in New Issue
Block a user