diff options
| author | jmc <jmc@NetBSD.org> | 2001-10-05 01:17:27 +0000 |
|---|---|---|
| committer | jmc <jmc@NetBSD.org> | 2001-10-05 01:17:27 +0000 |
| commit | 0eadbed94dca7b36d8f1edd61d8de816783bf800 (patch) | |
| tree | 477c49e3dd665c07a0dc0310e943a4a7d93693b6 /distrib/utils/libhack/Makefile | |
| parent | a938c1418c43d7341c1f16717034388739c6cd4f (diff) | |
Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization
levels
Diffstat (limited to 'distrib/utils/libhack/Makefile')
| -rw-r--r-- | distrib/utils/libhack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/libhack/Makefile b/distrib/utils/libhack/Makefile index d6a8225ebbd..d755c33664c 100644 --- a/distrib/utils/libhack/Makefile +++ b/distrib/utils/libhack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/20 12:19:43 martin Exp $ +# $NetBSD: Makefile,v 1.12 2001/10/05 01:17:28 jmc Exp $ # # Stubs to kill off some things from libc: # This save space on a boot system. @@ -21,7 +21,7 @@ HACKOBJS+= opendir.o .endif .if ${MACHINE_ARCH} != "sparc64" -COPTS+= -Os +DBG= -Os .endif WARNS= 1 MKPIC= no |
