We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stripping debug information from Windows Tebako package sometimes creates broken executable
With existing test set it causes failure of a single test:
test_tebako_press_15 ==> Ruby gem (with gemspec, with gemfile) tests/scripts/functional-tests.sh: line 60: ./test-15-package: Bad address ASSERT:expected:<0> but was:<126> ASSERT:not found:<| a1 | b1 |> shunit2:ERROR test_tebako_press_15() returned non-zero return code.
The text was updated successfully, but these errors were encountered:
fix: disabled tebako package stripping on Windows because of #172
fd496a4
Linking with '-s' flag produces unusable executables as well.
Sorry, something went wrong.
No branches or pull requests
Stripping debug information from Windows Tebako package sometimes creates broken executable
With existing test set it causes failure of a single test:
The text was updated successfully, but these errors were encountered: