Fix unexported local symbols by adding -rdynamic flag in linking.
This commit is contained in:
parent
ef892a2a1e
commit
4f193a64a2
@ -11,7 +11,7 @@ ifdef LIBVER_SUPPORT
|
|||||||
LIB += -ldl -lver
|
LIB += -ldl -lver
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FLAG += -D_LIBVER_SUPPORT
|
FLAG += -D_LIBVER_SUPPORT -rdynamic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: demo0 libdemo0_s.a libdemo0_d.so
|
all: demo0 libdemo0_s.a libdemo0_d.so
|
||||||
|
Loading…
Reference in New Issue
Block a user