mariadb/compile-innodb
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

9 lines
187 B
Bash
Executable file

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $fast_cflags -g"
extra_configs="$pentium_configs $static_link --with-plugins=innobase"
. "$path/FINISH.sh"