diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-04 20:51:33 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-04 20:51:33 -0400 |
commit | b5de3be503bc9fac73ffbcaf6ce92970195c122f (patch) | |
tree | f02effcd0dbf9dba4637119487e2075b92c7855d /po | |
parent | 38c69c107eecc5fbdf9a10d8fbf1577ba998126b (diff) | |
download | xine-lib-b5de3be503bc9fac73ffbcaf6ce92970195c122f.tar.gz xine-lib-b5de3be503bc9fac73ffbcaf6ce92970195c122f.tar.bz2 |
Begin cleaning up compiler command-line flags
- Removed debug related targets from all Makefiles. Debug builds are now fully
controlled by --enable-debug passed to configure
- Disable optimizations by default when configuring with --enable-debug
- Added --enable-profiling for building profile builds. This has problems with
optimizations currently, but that'll get taken care of over time.
- Initialize ASFLAGS/CFLAGS/CPPFLAGS/OBJCFLAGS/LDFLAGS early so that autoconf
defaults don't come into play.
- Added some additional commentary to configure.ac
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 2b9a10dc5..582cfc0a5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -385,9 +385,6 @@ Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status -debug: -install-debug: - force: # Tell versions [3.59,3.63) of GNU make not to export all variables. |