Browse Source

Build crti.o and crtn.o with optimization enabled
-Erik

Eric Andersen 23 years ago
parent
commit
02c6dba4f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
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