-
Notifications
You must be signed in to change notification settings - Fork 11
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
CCFLAGS override? #1
Comments
@saper
for building... new FAQs and HOWTOs (or, generally, additional documentation) is one of the medium-term goals of ksh-community as well. so comprehensive, platform-dependent build instructions might be integrated there too if need be. |
Sure, that's fine. I just posted it because this is what struck me reading project's README. |
sure. please do. and if it is FreeBSD specific, flag it as such ;) |
No, it is not. Can I edit issue labels? |
seemingly not ... what do you want? "documentation"? |
I am open to suggestions... |
We suggest in the instructions to override CCFLAGS like this:
However, there are some places like for example
lib/ast/libast/Makefile
:ksh/src/lib/libast/Makefile
Line 13 in e7f2542
where
CCFLAGS
gets overwritten anyway. If we override that, andCC.DLL
is needed to be to set-fPIC
and things like that we may end up in problems with linking.I don't have a clear reproduction case for this issue right now, but I have noticed builds breaking when trying to set
CCFLAGS
to quell clang warnings.The text was updated successfully, but these errors were encountered: