mozjs-91: Disable strip

OE build takes care of this during packaging anyway

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-04-20 11:13:53 -07:00
parent 667219409f
commit cc8efa1fe9

View File

@ -51,6 +51,7 @@ do_configure() {
--prefix=${prefix} \
--libdir=${libdir} \
--disable-jemalloc \
--disable-strip \
${JIT}
}