소스 검색

Cleaned Makefiles.

Eiyeron Fulmincendii 9 년 전
부모
커밋
0b5c2b51dd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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