Use -rdynamic option instead of -shared option to resolve launch issue 72/269272/4 submit/tizen/20220112.083523 submit/tizen/20220117.052057
authorAmritanshu <a.pandia1@samsung.com>
Wed, 12 Jan 2022 08:13:24 +0000 (13:43 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Wed, 12 Jan 2022 08:20:20 +0000 (08:20 +0000)
Change-Id: I353275355f7c08d925bc029233dc48bf87658bf0
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
Build/flags.mk [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1f3c7f8..53df441
@@ -9,7 +9,7 @@ COMPILE_FLAGS = $(DEBUG_OP) $(OPTIMIZATION_OP) -Wall -c -fmessage-length=0 -fPIC
 
 CPP_COMPILE_FLAGS = $(CPP_DEBUG_OP) $(CPP_OPTIMIZATION_OP) 
 
-LINK_FLAGS = -shared -Wl,--no-undefined 
+LINK_FLAGS = -Wl,--no-undefined -rdynamic 
 
 AR_FLAGS =