diff --git a/Formula/ocamlsdl.rb b/Formula/ocamlsdl.rb index e4cfc27c92..4e32c9c2b3 100644 --- a/Formula/ocamlsdl.rb +++ b/Formula/ocamlsdl.rb @@ -23,7 +23,8 @@ class Ocamlsdl < Formula def install system "./configure", "--prefix=#{prefix}", "OCAMLLIB=#{lib}/ocaml" - system "make" + system "make", "OMLFLAGS = -unsafe -unsafe-string", + "MLFLAGS=-g -unsafe-string" system "make", "install" end