summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-07-11 19:08:49 +0000
committerphintuka <phintuka>2011-07-11 19:08:49 +0000
commit19955d572f4bf37da1daa1e54ed2d015d9c40c90 (patch)
treedfb43c36720e7e4e3caa195148950f7bcdd4e032
parent125a1af8ab62e8d3206fde37f23ea6ee8ed024d2 (diff)
downloadxineliboutput-19955d572f4bf37da1daa1e54ed2d015d9c40c90.tar.gz
xineliboutput-19955d572f4bf37da1daa1e54ed2d015d9c40c90.tar.bz2
Updated CFLAGS: more warnings, gdb debug info
-rw-r--r--xine/BluRay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile
index 8adbee27..325a7bf8 100644
--- a/xine/BluRay/Makefile
+++ b/xine/BluRay/Makefile
@@ -31,8 +31,8 @@ endif
# compiler options
#
-CFLAGS += -O2 -fPIC
-CFLAGS += -Wall
+CFLAGS += -O2 -fPIC -ggdb
+CFLAGS += -Wall -Wextra -Wno-unused-parameter
CFLAGS += -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS += $(shell pkg-config libxine --cflags)
CFLAGS += $(CFLAGS_BD)