We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3883a9f + c5d2a0d commit a0cd94cCopy full SHA for a0cd94c
ports/esp8266/Makefile
@@ -48,7 +48,7 @@ CFLAGS_XTENSA = -fsingle-precision-constant -Wdouble-promotion \
48
-Wl,-EL -mlongcalls -mtext-section-literals -mforce-l32 \
49
-DLWIP_OPEN_SRC
50
51
-CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -std=gnu99 -nostdlib -DUART_OS=$(UART_OS) \
+CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -Wno-strict-aliasing -std=gnu99 -nostdlib -DUART_OS=$(UART_OS) \
52
$(CFLAGS_XTENSA) $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
53
54
LDSCRIPT = esp8266.ld
0 commit comments