mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
c562aece2e
Post-merge fix: remove --with-debug=full, it was only used for safemalloc.
11 lines
226 B
Bash
Executable file
11 lines
226 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium64_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs $static_link"
|
|
|
|
extra_configs="$extra_configs "
|
|
CC="$CC --pipe"
|
|
. "$path/FINISH.sh"
|