summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-09-02 14:36:14 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2020-09-02 14:36:14 +0200
commit5edf3e03887142f83044ee9fcc8fcf65386c43c7 (patch)
tree179e1f56be501aeb8ed2a975ee49efad5e5144dd /BUILD
parent32a29afea777d8bbfcea7a2b5e6e5ee674013cb5 (diff)
parentc58e184b14ccdf0b0eaeeeb7947e23b8b5fff7a7 (diff)
downloadmariadb-git-5edf3e03887142f83044ee9fcc8fcf65386c43c7.tar.gz
Merge branch '10.5' into 10.6
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 94e21df15a1..0fd3ee7597a 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -313,10 +313,11 @@ gcov_configs="--with-gcov"
# gprof
-gprof_compile_flags="-O2 -pg -g"
+gprof_compile_flags="-O2"
+# Rest of the flags are set in CmakeFile.txt
gprof_link_flags="--disable-shared $static_link"
-disable_gprof_plugins="--with-zlib-dir=bundled --without-plugin-oqgraph --without-plugin-mroonga"
+disable_gprof_plugins="--with-zlib-dir=bundled --without-plugin-oqgraph --without-plugin-mroonga --with-gprof"
disable_asan_plugins="--without-plugin-rocksdb"