Pārlūkot izejas kodu

Fix this as should have been done a long time ago...

Manuel Novoa III 20 gadi atpakaļ
vecāks
revīzija
dcaf1062a9
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      ldso/ldso/Makefile

+ 3 - 0
ldso/ldso/Makefile

@@ -37,6 +37,9 @@ XXFLAGS+=-O0 -g3
 endif
 endif
 
+# BEWARE!!! At least mips* will die if -O0 is used!!!
+XXFLAGS :=$(XXFLAGS:-O0=-O1)
+
 XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp")
 LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \
 	-z combreloc --discard-locals --discard-all --no-undefined