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