Explorar o código

Cleaned Makefiles.

Eiyeron Fulmincendii %!s(int64=9) %!d(string=hai) anos
pai
achega
0b5c2b51dd
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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