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
|
||||
endif
|
||||
|
||||
FLAG += -D_LIBVER_SUPPORT
|
||||
FLAG += -D_LIBVER_SUPPORT -rdynamic
|
||||
endif
|
||||
|
||||
all: demo0 libdemo0_s.a libdemo0_d.so
|
||||
|
Loading…
Reference in New Issue
Block a user