diff --git a/src/dialog/uart/host/Makefile b/src/dialog/uart/host/Makefile index 3ee439dd..2302bfbf 100644 --- a/src/dialog/uart/host/Makefile +++ b/src/dialog/uart/host/Makefile @@ -4,7 +4,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ else if [ -x /bin/bash ]; then echo /bin/bash; \ else echo sh; fi ; fi) -HOSTCC = gcc -m32 +HOSTCC = gcc HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 #########################################################################