GNU-isms should be avoided wherever possible for portability, please avoid the use of GNU-isms in your code, this may be problematic when using this library in projects which use non-GNU-compliant compilers.
This commit is contained in:
Sam Lantinga 2009-12-30 19:38:08 +00:00
parent 25ddd3c390
commit dca29a1b79

View File

@ -79,7 +79,7 @@ case "$host" in
BASE_LDFLAGS="-mno-cygwin"
;;
*)
BASE_CFLAGS="-D_GNU_SOURCE=1"
BASE_CFLAGS=""
BASE_LDFLAGS=""
;;
esac