Subject: xsrc has optimization disabled for alpha?
To: None <port-alpha@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: port-alpha
Date: 02/25/2001 11:32:12
today I noticed that xsrc/xc/config/cf/NetBSD.cf has this:

#if defined(AlphaArchitecture)
...
# undef OptimizedCDebugFlags                    /* XXX ??? */
# define OptimizedCDebugFlags                   /* XXX ??? */
#endif


is there some reason why we can't use -O or -O2 for alpha?

-Chuck