Enable all compiler warnings.
[cellular-automata.git] / polymorphic-life / 001 / Makefile
index 40aae7d..76658f0 100644 (file)
@@ -9,6 +9,7 @@ build:
                -use-ocamlfind \
                -package core \
                -tag thread \
+               -cflags "-w +A" \
                src/$(executable_name_ext)
        @mkdir -p bin/
        @cp _build/src/$(executable_name_ext) bin/$(executable_name)
This page took 0.020284 seconds and 4 git commands to generate.