summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorMatt Messier <mmessier@grapetv.org>2007-05-04 20:51:33 -0400
committerMatt Messier <mmessier@grapetv.org>2007-05-04 20:51:33 -0400
commitb5de3be503bc9fac73ffbcaf6ce92970195c122f (patch)
treef02effcd0dbf9dba4637119487e2075b92c7855d /po
parent38c69c107eecc5fbdf9a10d8fbf1577ba998126b (diff)
downloadxine-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.in3
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.