Use -rdynamic option instead of -shared option 81/258981/2 tizen tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 submit/tizen/20210602.115619 submit/tizen_6.5/20211028.164201 submit/tizen_6.5/20211029.123901 tizen_6.5_src.m2_release tizen_7.0_src.m2_release tizen_8.0_m2_release
authorAmritanshu <a.pandia1@samsung.com>
Fri, 28 May 2021 10:05:37 +0000 (15:35 +0530)
committerAmritanshu <a.pandia1@samsung.com>
Wed, 2 Jun 2021 10:17:01 +0000 (15:47 +0530)
Change-Id: I44f67c0d4837bfbc140a22647d10a2690dcddeef
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
contacts-app/Build/flags.mk [changed mode: 0644->0755]
contacts-widget/Build/flags.mk [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index bf814a5..c7d06e2
@@ -9,7 +9,7 @@ COMPILE_FLAGS = $(DEBUG_OP) $(OPTIMIZATION_OP)
 
 CPP_COMPILE_FLAGS = $(CPP_DEBUG_OP) $(CPP_OPTIMIZATION_OP) -std=c++11 -Wall -c -fmessage-length=0 -Wno-unused-function -Wno-extern-c-compat -fPIC 
 
-LINK_FLAGS = -shared -Wl,--no-undefined 
+LINK_FLAGS = -Wl,--no-undefined -rdynamic 
 
 AR_FLAGS = 
 
old mode 100644 (file)
new mode 100755 (executable)
index bf814a5..c7d06e2
@@ -9,7 +9,7 @@ COMPILE_FLAGS = $(DEBUG_OP) $(OPTIMIZATION_OP)
 
 CPP_COMPILE_FLAGS = $(CPP_DEBUG_OP) $(CPP_OPTIMIZATION_OP) -std=c++11 -Wall -c -fmessage-length=0 -Wno-unused-function -Wno-extern-c-compat -fPIC 
 
-LINK_FLAGS = -shared -Wl,--no-undefined 
+LINK_FLAGS = -Wl,--no-undefined -rdynamic 
 
 AR_FLAGS =