Index: Makefile |
diff --git a/Makefile b/Makefile |
index a1584f510ba9169a1fe2c6bc9819e84ecac0e29d..d550d999a3124152c6b29ab58d033365d370d898 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -29,7 +29,7 @@ LLVM_LDFLAGS := `$(LLVM_BIN_PATH)/llvm-config --ldflags --libs` |
# It's recommended that CXX matches the compiler you used to build LLVM itself. |
OPTLEVEL := -O0 |
CXX := g++ |
-CXXFLAGS := -Wall -Wextra -Werror -fno-rtti -fno-exceptions \ |
+CXXFLAGS := -Wall -Wextra -Wvla -Werror -fno-rtti -fno-exceptions \ |
$(OPTLEVEL) -g $(LLVM_CXXFLAGS) -m32 |
LDFLAGS := -m32 |