mirror of https://github.com/rusefi/lua.git
Compiler optimization back to '-O2'
Undo commit 6a10f03ff
. Compiler performance is important, too.
This commit is contained in:
parent
ab1aca94e8
commit
2f4162bc47
10
makefile
10
makefile
|
@ -109,16 +109,6 @@ $(LUA_T): $(LUA_O) $(CORE_T)
|
||||||
$(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(CORE_T) $(LIBS) $(MYLIBS) $(DL)
|
$(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:
|
clean:
|
||||||
$(RM) $(ALL_T) $(ALL_O)
|
$(RM) $(ALL_T) $(ALL_O)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue