diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-11 08:11:39 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-11 08:11:45 (GMT) |
commit | ae6370ff7c7e59f848b385e38f11edd60ec2ca3a (patch) | |
tree | 31b432cd90d9bc0f3d73d63eebfb3efeee539359 /Makefile | |
parent | 1a80f154c44e5e304a7f8d2919063d9603723d21 (diff) | |
download | soup-transcoding-proxy-ae6370ff7c7e59f848b385e38f11edd60ec2ca3a.zip soup-transcoding-proxy-ae6370ff7c7e59f848b385e38f11edd60ec2ca3a.tar.gz |
Makefile: Don't enable PLAY_DEBUG mode by default
It causes no encoding to happen at all -- not what we want by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ DEBUG_CFLAGS := -O0 -ggdb -Wall -fsanitize=address -fno-omit-frame-pointer -DENCODE_DEBUG -DPLAY_DEBUG -CFLAGS := -O0 -ggdb -Wall -fno-omit-frame-pointer -DENCODE_DEBUG -DPLAY_DEBUG +CFLAGS := -O0 -ggdb -Wall -fno-omit-frame-pointer -DENCODE_DEBUG #CFLAGS := -O3 -march=native -Wall PKGCONFIG := pkg-config LIBS := $(shell $(PKGCONFIG) --libs --cflags glib-2.0 gio-unix-2.0 libsoup-2.4 gstreamer-pbutils-1.0) -lrt |