From 02c6dba4f35e12d6909474dca3cb757d52dd8557 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 16 Mar 2002 15:10:54 +0000 Subject: Build crti.o and crtn.o with optimization enabled -Erik --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index a322acf63..ba35ed22a 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../../../ include $(TOPDIR)Rules.mak -SAFECFLAGS=-Os -fno-builtin +SAFECFLAGS=$(WARNINGS) $(OPTIMIZATION) -fno-builtin ifeq ($(strip $(DOPIC)),true) SAFECFLAGS+=-fPIC endif -- cgit v1.2.3