scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.53k stars 345 forks source link

Fixes #101 - SwiftSoup builds in "release" mode on swift linux 4.2. #102

Closed hactar closed 6 years ago

hactar commented 6 years ago

SwiftSoup does not build on swift linux 4.2 in "release" mode, see https://travis-ci.org/scinfu/SwiftSoup/jobs/438795328. SIL doesn't like the code (though it looks fine).

This PR removes what appears to be an optimization when compiling for linux, which appears to resolve the issue for linux.

MacOS is not affected by this issue or this PR.

This PR resolves #101.

scinfu commented 6 years ago

Thank you