Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable debug info when compiling smoke test to detect system zlib
When compiling for Apple platforms, with the output set to /dev/null, the test fails because clang invokes dsymutil on the output, and that fails on /dev/null. clang doesn't invoke dsymutil if compiling without debug info.
- Loading branch information