Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331925
Collapse All | Expand All

(-)a/OMakefile (-2 / +1 lines)
Lines 57-63 if $(not $(defined CAMLLIB)) Link Here
57
#
57
#
58
# OCaml options
58
# OCaml options
59
#
59
#
60
OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z)
60
OCAMLFLAGS[] += -w Aer-29$(if $(OCAML_ACCEPTS_Z_WARNING), z)
61
if $(THREADS_ENABLED)
61
if $(THREADS_ENABLED)
62
    OCAMLFLAGS += -thread
62
    OCAMLFLAGS += -thread
63
    export
63
    export
64
- 

Return to bug 331925