aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjack239 <jack239@yandex-team.com>2023-08-16 18:05:42 +0300
committerjack239 <jack239@yandex-team.com>2023-08-16 19:42:08 +0300
commit04357ec2ff9ce4122427e87c71d35cf6fac4cda1 (patch)
tree9edc675ab2db2f3b1a1061d5d6b7449135137dc1
parentd3c92f945c6ac8ddc93c913dc8425092c5abb350 (diff)
downloadydb-04357ec2ff9ce4122427e87c71d35cf6fac4cda1.tar.gz
enable some compile flags for mapkit part1
enable non-virtual-dtor warning
-rw-r--r--build/conf/project_specific/maps/mapkit.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/project_specific/maps/mapkit.conf b/build/conf/project_specific/maps/mapkit.conf
index d7027d3e56..373c9bafc7 100644
--- a/build/conf/project_specific/maps/mapkit.conf
+++ b/build/conf/project_specific/maps/mapkit.conf
@@ -256,6 +256,7 @@ when ($MAPSMOBI_BUILD_TARGET) {
}
CFLAGS+=-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DBOOST_CB_DISABLE_DEBUG -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DYANDEX_EXPORT=${YANDEX_EXPORT}
+ CFLAGS+=-Wnon-virtual-dtor
}
when ($MAPSMOBI_BUILD_TARGET && $OS_ANDROID) {
JDK_REAL_VERSION=11