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 /otherlibs/bigarray/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 'otherlibs/bigarray/Makefile.nt')
-rw-r--r-- | otherlibs/bigarray/Makefile.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/bigarray/Makefile.nt b/otherlibs/bigarray/Makefile.nt index b4a8dc305..b90f049ac 100644 --- a/otherlibs/bigarray/Makefile.nt +++ b/otherlibs/bigarray/Makefile.nt @@ -19,6 +19,7 @@ CC=$(BYTECC) CFLAGS=-I../../byterun -I../win32unix -DIN_OCAML_BIGARRAY CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -I ../win32unix CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib -I ../win32unix +COMPFLAGS=-warn-error A -g C_OBJS=bigarray_stubs.obj mmap_win32.obj |