Explorar o código

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

Eric Andersen %!s(int64=24) %!d(string=hai) anos
pai
achega
02c6dba4f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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