summaryrefslogtreecommitdiff
path: root/debian/defs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'debian/defs.mk')
-rw-r--r--debian/defs.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/defs.mk b/debian/defs.mk
new file mode 100644
index 00000000000..fe1d611f3d6
--- /dev/null
+++ b/debian/defs.mk
@@ -0,0 +1,5 @@
+MYSQL_BUILD_OPTS=--with-comment='MySQL Server (custom)' --with-server-suffix='-custom'
+MYSQL_BUILD_CXXFLAGS=-DBIG_JOINS=1 -felide-constructors -fno-rtti -O2
+MYSQL_BUILD_CFLAGS=-DBIG_JOINS=1 -O2
+MYSQL_BUILD_CC=gcc
+MYSQL_BUILD_CXX=gcc