diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-05-15 21:37:48 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-05-15 21:37:48 +0200 |
| commit | 9aa6949e5f98e580f91320bb7255f985b5bd6103 (patch) | |
| tree | f27c7c6f06d662f755a2f04066f0c2844199c46d /command/Makefile | |
| parent | 45a400d45adb2314952eb23dd3a7feb6c4b9526c (diff) | |
| download | vdr-plugin-markad-9aa6949e5f98e580f91320bb7255f985b5bd6103.tar.gz vdr-plugin-markad-9aa6949e5f98e580f91320bb7255f985b5bd6103.tar.bz2 | |
Fixed various things
Diffstat (limited to 'command/Makefile')
| -rw-r--r-- | command/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile b/command/Makefile index efafc13..da4a04a 100644 --- a/command/Makefile +++ b/command/Makefile @@ -9,7 +9,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -g -rdynamic -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses PKG-CONFIG ?= pkg-config ### Includes and Defines (add further entries here): |
