mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Compiler optimization back to '-O2'
Undo commit 6a10f03ff. Compiler performance is important, too.
This commit is contained in:
parent
ab1aca94e8
commit
2f4162bc47
1 changed files with 0 additions and 10 deletions
10
makefile
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue