1
0
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:
david gauchard
2021-06-20 19:31:50 +02:00
committed by GitHub
parent 15da1635b6
commit 2f37c967e1
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ env.Append(
"-mtext-section-literals",
"-falign-functions=4",
"-U__STRICT_ANSI__",
"-D_GNU_SOURCE",
"-ffunction-sections",
"-fdata-sections",
"-Wall",