1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Use -std=gnu17 instead of -std=c17 for GCC and test (#7588)

This commit is contained in:
Max Prokhorov
2020-11-15 03:38:32 +03:00
committed by GitHub
parent 417aacc509
commit 979bbfea72
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ env.Append(
ASFLAGS=["-x", "assembler-with-cpp"],
CFLAGS=[
"-std=c17",
"-std=gnu17",
"-Wpointer-arith",
"-Wno-implicit-function-declaration",
"-Wl,-EL",