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
$ make
gcc -DHAVE_CONFIG_H -I. -I.. -DNMEMDEBUG -DNDEBUG -O9 -g -Wall -Wno-long-double -MT regions.o -MD -MP -MF .deps/regions.Tpo -c -o regions.o regions.c warning: unknown warning option '-Wno-long-double'; did you mean '-Wno-long-long'? [-Wunknown-warning-option] error: invalid value '9' in '-O9' make[3]: *** [regions.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix
10.9.2
The text was updated successfully, but these errors were encountered:
I believe I ran into this before and I can't remember if I found a work around or just used gcc and not llvm.
gcc
llvm
Sorry, something went wrong.
Switched libcompat to -O2 in b044674
Does switching libcompat to -O2 in b044674 fix problem?
No branches or pull requests
Hi,
make nesc while I meet a problem as follow,
gcc version
MacOS version
Hope to reply!Thx~
The text was updated successfully, but these errors were encountered: