Skip to content
New issue

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

Allow the use of non-Apple compilers #2777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sevan
Copy link

@sevan sevan commented Jan 29, 2024

Pre-compiled headers was a performance optimisation available in Apple's legacy compilers. It was never available in stock GCC and now prevents nmap from being built with stock GCC since -no-cpp-precomp is not a recognised option.
Leave the option in should someone wants to try enabling it.

Allows nmap to be built on OS X 10.4 powerpc with stock GCC 5.5

@sevan sevan changed the title Allow the use of non-Apple compiles Allow the use of non-Apple compilers Jan 29, 2024
Pre-compiled headers was a performance optimisation available in Apple's
legacy compilers. It was never available in stock GCC and now prevents
nmap from being built with stock GCC since -no-cpp-precomp is not
a recognised option.
Leave the option in should someone wants to try enabling it.
@nmap nmap deleted a comment from Codedandd Feb 19, 2024
@sevan
Copy link
Author

sevan commented Apr 5, 2024

@nmap could this be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant