Skip to content

Commit

Permalink
OMakefile: generate .cmt, build with -g, set warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfp committed Aug 17, 2013
1 parent 23bc3f4 commit 5dd4319
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions OMakefile
Expand Up @@ -2,19 +2,19 @@
# override in order to avoid "These file are targeted separately, but appear
# as effects of a single rule." warning.
NATIVE_ENABLED = true
BYTE_ENABLED = true
USE_OCAMLFIND = true

OCAMLFLAGS = -g -thread -bin-annot -w +a-4-6-9-27..29-32..99 -warn-error +a-4-6-7-9-18-27..29-32..99
OCAMLCFLAGS =
OCAMLOPTFLAGS =

if $(not $(defined-env TEST))
OCAMLFLAGS += -g -dtypes
OCAML_LINK_FLAGS += -g
OCAMLOPTFLAGS += -inline 10
export

BYTE_ENABLED = true

USE_OCAMLFIND = true

OCAMLFLAGS += -thread

OCAMLPACKS[] =
lwt
lwt.unix
Expand Down

0 comments on commit 5dd4319

Please sign in to comment.