From 68ec418ad25b43a940fd9ea76b2a52b709c4e15c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 30 Mar 2015 23:33:16 +0200 Subject: [PATCH] Compile the tests with "-rdynamic" as well --- tests/Makefile | 2 +- tests/project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 6021393..2198351 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,7 +10,7 @@ CPPFLAGS= CFLAGSF = -W `pkg-config --cflags libSystem` CFLAGS = -Wall -g -O2 LDFLAGSF= `pkg-config --libs libSystem` -lApp -LDFLAGS = -L../src -Wl,-rpath,../src +LDFLAGS = -L../src -Wl,-rpath,../src -rdynamic RM = rm -f LN = ln -f MKDIR = mkdir -m 0755 -p diff --git a/tests/project.conf b/tests/project.conf index e8e0511..35e079e 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -3,7 +3,7 @@ cppflags_force=-I ../include cflags_force=-W `pkg-config --cflags libSystem` cflags=-Wall -g -O2 ldflags_force=`pkg-config --libs libSystem` -lApp -ldflags=-L../src -Wl,-rpath,../src +ldflags=-L../src -Wl,-rpath,../src -rdynamic dist=Makefile,tests.sh [Dummy.h]