1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-10 19:44:09 +03:00
Files
mariadb/compile-innodb-debug
marko befb1c5308 compile-innodb, compile-innodb-debug:
Replace max-no-ndb compilation flags with --with-plugin=innobase.
2006-08-31 09:36:45 +00:00

10 lines
208 B
Bash
Executable File

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh" $@ --with-debug=full
extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs --with-plugins=innobase"
. "$path/FINISH.sh"