diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2007-01-29 12:11:18 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2007-01-29 12:11:18 +0000 |
commit | 4b5512c74cda289652ff53c01098c53a6c4b0c7a (patch) | |
tree | a399da8debf50ea772ab38dd11362d1d57cb2c6c /stdlib/Makefile.nt | |
parent | 24d7c3c7f7756b8270910ef5c76b409209597dfc (diff) |
Stack backtraces on uncaught exceptions in native code (merge of the opt_backtrace branch)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7812 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Makefile.nt')
-rw-r--r-- | stdlib/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile.nt b/stdlib/Makefile.nt index 3d9e6c443..f29a583de 100644 --- a/stdlib/Makefile.nt +++ b/stdlib/Makefile.nt @@ -21,7 +21,7 @@ CAMLC=$(RUNTIME) $(COMPILER) COMPFLAGS=-warn-error A -nostdlib OPTCOMPILER=../ocamlopt CAMLOPT=$(RUNTIME) $(OPTCOMPILER) -OPTCOMPFLAGS=-warn-error A -nostdlib +OPTCOMPFLAGS=-warn-error A -nostdlib -g CAMLDEP=../boot/ocamlrun ../tools/ocamldep OBJS=pervasives.cmo $(OTHERS) |