mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
8cb1245c1e
argument can be either "pedantic" or "old" (actually, or anything else). In case of "pedantic" mode, use -ansi -pedantic compilation flags. Fix the build to compile in pedantic mode. (Version 3 of the patch, with after-review fixes)
9 lines
199 B
Bash
Executable file
9 lines
199 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 $max_configs"
|
|
|
|
. "$path/FINISH.sh"
|