aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 423397f03921..77198748ad71 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
203 203
204HOSTCC = gcc 204HOSTCC = gcc
205HOSTCXX = g++ 205HOSTCXX = g++
206HOSTCFLAGS = -Wall -Wundef -Wstrict-prototypes -O2 -fomit-frame-pointer 206HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
207HOSTCXXFLAGS = -O2 207HOSTCXXFLAGS = -O2
208 208
209# Decide whether to build built-in, modular, or both. 209# Decide whether to build built-in, modular, or both.