2
0
Эх сурвалжийг харах

Compiler optimization back to '-O2'

Undo commit 6a10f03ff. Compiler performance is important, too.
Roberto Ierusalimschy 4 жил өмнө
parent
commit
2f4162bc47
1 өөрчлөгдсөн 0 нэмэгдсэн , 10 устгасан
  1. 0 10
      makefile

+ 0 - 10
makefile

@@ -109,16 +109,6 @@ $(LUA_T): $(LUA_O) $(CORE_T)
 	$(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(CORE_T) $(LIBS) $(MYLIBS) $(DL)
 
 
-llex.o:
-	$(CC) $(CFLAGS) -Os -c llex.c
-
-lparser.o:
-	$(CC) $(CFLAGS) -Os -c lparser.c
-
-lcode.o:
-	$(CC) $(CFLAGS) -Os -c lcode.c
-
-
 clean:
 	$(RM) $(ALL_T) $(ALL_O)