From 9aa6949e5f98e580f91320bb7255f985b5bd6103 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 15 May 2010 21:37:48 +0200 Subject: Fixed various things --- command/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/Makefile') 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): -- cgit v1.2.3