diff options
author | sasha@mysql.sashanet.com <> | 2001-04-09 13:08:35 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-09 13:08:35 -0600 |
commit | 635ef42af9627479b23208145275b3dc4e41136f (patch) | |
tree | 06c62e8a400442fa73e6ae8d94b4bc7ac60934a5 /BUILD | |
parent | 7f21a7a6daff97675749db987b12a080bb4c3799 (diff) | |
download | mariadb-git-635ef42af9627479b23208145275b3dc4e41136f.tar.gz |
added compile-pentium-gprof
ignore generated files from bdb
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-gprof | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-gprof b/BUILD/compile-pentium-gprof new file mode 100755 index 00000000000..02b595d1015 --- /dev/null +++ b/BUILD/compile-pentium-gprof @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags -O2 -pg -g" +extra_configs="$pentium_configs $debug_configs --disable-shared" + +. "$path/FINISH.sh" |