Remove -g for ocamlopt in Makefile
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12794 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5ae3458a4d
commit
1641d2d16e
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ include config/Makefile
|
|||
include stdlib/StdlibModules
|
||||
|
||||
CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot
|
||||
CAMLOPT=boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink
|
||||
CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink
|
||||
COMPFLAGS=-strict-sequence -w +33..39 -warn-error A $(INCLUDES)
|
||||
LINKFLAGS=
|
||||
|
||||
|
|
Loading…
Reference in New Issue