We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6504546 commit 7e6ee37Copy full SHA for 7e6ee37
platform.txt
@@ -12,7 +12,7 @@ compiler.tools.path={runtime.ide.path}/hardware/tools/esp8266/
12
compiler.path={compiler.tools.path}xtensa-lx106-elf/bin/
13
compiler.sdk.path={compiler.tools.path}sdk/
14
15
-compiler.cpreprocessor.flags=-D__ets__ -DICACHE_FLASH "-I{compiler.sdk.path}/include"
+compiler.cpreprocessor.flags=-D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-I{compiler.sdk.path}/include"
16
17
compiler.c.cmd=xtensa-lx106-elf-gcc
18
compiler.c.flags=-c -Os -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -MMD -std=c99
0 commit comments