mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
putting back in -O2
This commit is contained in:
parent
a60cc1e98c
commit
3d46acee56
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ XCPPFLAGS := $(CPPFLAGS) -Iinclude
|
|||
endif
|
||||
|
||||
XLDFLAGS := $(LDFLAGS) $(GCLDFLAGS) -lm
|
||||
XCFLAGS := $(CFLAGS) -Wall -g
|
||||
XCFLAGS := $(CFLAGS) -Wall -O2 -g
|
||||
|
||||
INCLUDES = include/chibi/sexp.h include/chibi/config.h include/chibi/install.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue