Pass compiler flags for C++ too, and add a flag that enables warnings about missing virtual destructors

This commit is contained in:
Marco Nelissen 2009-07-07 13:59:38 -07:00
parent bd1ee348a1
commit 79005e03cc

View file

@ -78,8 +78,8 @@ SHOW_COMMANDS:= $(filter showcommands,$(MAKECMDGOALS))
COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused
COMMON_RELEASE_CFLAGS:= -DNDEBUG -UDEBUG
COMMON_GLOBAL_CPPFLAGS:=
COMMON_RELEASE_CPPFLAGS:=
COMMON_GLOBAL_CPPFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Wnon-virtual-dtor
COMMON_RELEASE_CPPFLAGS:= -DNDEBUG -UDEBUG
# Set the extensions used for various packages
COMMON_PACKAGE_SUFFIX := .zip