ocaml-findlib: don't strip bytecode.
This commit is contained in:
@@ -17,8 +17,11 @@ disable_parallel_build=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# native code platforms
|
||||
x86_64*|aarch64*|riscv64*) make_build_args="all opt";;
|
||||
*) make_build_target="all";;
|
||||
x86_64*|aarch64*|riscv64*)
|
||||
make_build_args="all opt";;
|
||||
*)
|
||||
nostrip=yes # breaks bytecode!
|
||||
make_build_target="all";;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user