[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials with warnings.
[oota-llvm.git] / examples / Kaleidoscope / Orc / lazy_codegen / Makefile
index 40dae3d9bd6292dd6abc1c885ef4a05e3a98888e..df0fcb35066575e1e3e460f8f4f350244cb220b4 100644 (file)
@@ -2,7 +2,7 @@
 all: toy
 
 toy: toy.cpp
-       clang++ -std=c++11 toy.cpp -g -O0 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --system-libs --libs core orcjit native` -o toy
+       clang++ -Wall -std=c++11 toy.cpp -g -O0 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --system-libs --libs core orcjit native` -o toy
 
 .PHONY: clean
 clean: