[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how can I prevent cdbs from stripping custom bytecode binaries?



This seems to do the trick:

    ifneq ($(OCAML_HAVE_OCAMLOPT),yes)
	export DEB_BUILD_OPTIONS += nostrip
    endif

The question remains whether this should be done automatically by ocaml.mk.

-- 
Eric Cooper             e c c @ c m u . e d u


Reply to: