# Initially based on MicroC
# Written by Justin Chen, Elaine Wang, Riya Chakraborty, and Caroline Hoang

# Include the llvm and llvm.analysis packages while compiling
true: package(llvm), package(llvm.analysis)

# Enable almost all compiler warnings
true : warn(+a-4)

# Instruct ocamlbuild to ignore the object files when it's building
"printbool.o": not_hygienic
"concurrency.o": not_hygienic

