diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ | |||
203 | 203 | ||
204 | HOSTCC = gcc | 204 | HOSTCC = gcc |
205 | HOSTCXX = g++ | 205 | HOSTCXX = g++ |
206 | HOSTCFLAGS = -Wall -Wundef -Wstrict-prototypes -O2 -fomit-frame-pointer | 206 | HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer |
207 | HOSTCXXFLAGS = -O2 | 207 | HOSTCXXFLAGS = -O2 |
208 | 208 | ||
209 | # Decide whether to build built-in, modular, or both. | 209 | # Decide whether to build built-in, modular, or both. |