mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +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
188 B
Bash
Executable file
9 lines
188 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs $max_no_embedded_configs"
|
|
|
|
. "$path/FINISH.sh"
|