Browse Source

Cleaned Makefiles.

Eiyeron Fulmincendii 9 years ago
parent
commit
0b5c2b51dd
2 changed files with 2 additions and 2 deletions
  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