Pārlūkot izejas kodu

Cleaned Makefiles.

Eiyeron Fulmincendii 9 gadi atpakaļ
vecāks
revīzija
0b5c2b51dd
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      sqstdlib/Makefile
  2. 1 1
      squirrel/Makefile

+ 1 - 1
sqstdlib/Makefile

@@ -41,7 +41,7 @@ sq64:
 	rm *.o
 
 sqnspire:
-	nspire-gcc -O2 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) -lnspireio
+	nspire-gcc -O2 -fno-exceptions -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) -lnspireio
 	# Ndless doesn't provide a ndless-ar wrapper
 	ar rc $(OUT) *.o
 	rm *.o

+ 1 - 1
squirrel/Makefile

@@ -52,7 +52,7 @@ sq64:
 	rm *.o
 
 sqnspire:
-	nspire-gcc -O2 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) $(DEFS)
+	nspire-gcc -O2 -fno-exceptions -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) $(DEFS)
 	# Ndless doesn't provide a ndless-ar wrapper
 	arm-none-eabi-ar rc $(OUT) *.o
 	rm *.o