On 18/05/21 15:50, Alex Bennée wrote:
macos_xcode_task:
osx_instance:
@@ -47,7 +48,7 @@ macos_xcode_task:
script:
- mkdir build
- cd build
- - ../configure --extra-cflags='-Wno-error=deprecated-declarations'
--enable-modules
+ - ../configure --extra-cflags='-Wno-error=deprecated-declarations'
--enable-modules --disable-strip
So what's the --disable-strip about? Surely we don't rely on the
installer packaging to do that for us?
It was simply testing both with and without strip, to make sure that
there wasn't anything macOS-specific.
Paolo