Skip to content

Commit

Permalink
CFLAGS is used after PHYSFSCFLAGS, so you can override optimization f…
Browse files Browse the repository at this point in the history
…lags, etc.
  • Loading branch information
icculus committed Oct 30, 2004
1 parent bdd4ca0 commit a27c289
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -3,6 +3,7 @@
*/

10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!)
Build system respects external CFLAGS now. (thanks, Adam!)
10062004 - Removed profiling code from physfs.c.
09292004 - Every API that can return a list of strings can now use a
callback mechanism if the application wants to do it's own
Expand Down
1 change: 0 additions & 1 deletion TODO
Expand Up @@ -44,7 +44,6 @@ Some might be dupes, some might be done already.
- MIX enumerates files as hash values.
- Should file enumeration return an error or set error state?
- Ryanify pocketpc.c ...
- CFLAGS fix.
- Update internal zlib?
- Get svn hooks working.
- maybe other stuff.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -514,7 +514,7 @@ AC_CHECK_FUNCS([memset strrchr])

AC_CHECK_SIZEOF(int, 4)

CFLAGS="$CFLAGS $PHYSFSCFLAGS -D_REENTRANT -D_THREAD_SAFE"
CFLAGS="$PHYSFSCFLAGS $CFLAGS -D_REENTRANT -D_THREAD_SAFE"
LDFLAGS="$LDFLAGS $PHYSFSLDFLAGS -no-undefined"

dnl Add Makefile conditionals
Expand Down

0 comments on commit a27c289

Please sign in to comment.