umito opened this issue 10 years ago · 1 comments
In Android code using C++, should we also use: LOCAL_CPPFLAGS += -funwind-tables -Wl,--no-merge-exidx-entries or only: LOCAL_CFLAGS += -funwind-tables -Wl,--no-merge-exidx-entries
LOCAL_CFLAGS appears to apply for both C and C++, LOCAL_CPPFLAGS for C++ only.