mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
59f20d290f
never defined. It was used at some point to add -Wuninitialized to debug flags, but not any more. If there is still need to add -Wunitialized, it can be added directly to $global_warnings.
9 lines
184 B
Bash
Executable file
9 lines
184 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"
|
|
|
|
. "$path/FINISH.sh"
|