use O2 instead of O3
This commit is contained in:
parent
7ed34b152e
commit
808d869d53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ PDF_DIR = report
|
|||
%.o: src/%.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
||||
release: CFLAGS += -O3
|
||||
release: CFLAGS += -O2
|
||||
release: compilation
|
||||
|
||||
debug: CFLAGS += -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes
|
||||
|
|
Reference in a new issue