Change-Id: I44f67c0d4837bfbc140a22647d10a2690dcddeef
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
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 =
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 =