summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 17:01:19 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:14 +0100
commitc9db53f47fcab6bc813d34e149444282f9aef29c (patch)
tree93a9a51b7329cce001b96f43467896295b9bff85 /cflags.SH
parent01f1810e38e276d92d051978043505422ee3211b (diff)
downloadperl-c9db53f47fcab6bc813d34e149444282f9aef29c.tar.gz
Don't pretend to determine whether ansi2knr is needed
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH1
1 files changed, 0 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index c2a529b147..c9b34e084b 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -527,7 +527,6 @@ for file do
toke) optimize=-O0 ;;
esac
- # Can we perhaps use $ansi2knr here
echo "$cc -c -DPERL_CORE $ccflags $stdflags $optimize $warn $extra"
. $TOP/config.sh