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
this:
make[3]: Entering directory '/cygdrive/d/Work/radare/radare2/shlr/sdb/src' gcc -c -g -fPIC -o cdb.o cdb.c cdb.c:1:0: warning: -fPIC ignored for target (all code is position independent) /* Public domain - author D. J. Bernstein, modified by pancake - 2014 */ ^ gcc -c -g -fPIC -o buffer.o buffer.c buffer.c:1:0: warning: -fPIC ignored for target (all code is position independent) /* Public Domain */ ^ gcc -c -g -fPIC -o cdb_make.o cdb_make.c cdb_make.c:1:0: warning: -fPIC ignored for target (all code is position independent) /* Public domain. */ ^ gcc -c -g -fPIC -o ls.o ls.c ls.c:1:0: warning: -fPIC ignored for target (all code is position independent) /* sdb - LGPLv3 - Copyright 2007-2014 - pancake */ ^
The text was updated successfully, but these errors were encountered:
Irrelevant now.
Sorry, something went wrong.
No branches or pull requests
this:
The text was updated successfully, but these errors were encountered: