diff options
Diffstat (limited to 'BUILD/compile-ppc-max')
-rwxr-xr-x | BUILD/compile-ppc-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-ppc-max b/BUILD/compile-ppc-max index 1d89be81c9c..c2eb95dffea 100755 --- a/BUILD/compile-ppc-max +++ b/BUILD/compile-ppc-max @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$ppc_cflags $fast_cflags $max_cflags -g" +extra_flags="$ppc_cflags $fast_cflags -g" extra_configs="$extra_configs $max_configs" . "$path/FINISH.sh" |