Makefile : pas de -O3 >:(
This commit is contained in:
parent
bcdc33d33c
commit
4ada112d9d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ BINS_MODE := 740
|
||||||
|
|
||||||
# Compiler options
|
# Compiler options
|
||||||
CC := cc
|
CC := cc
|
||||||
CC_OPTIONS = -O3
|
CC_OPTIONS = -O2
|
||||||
# C sources file format
|
# C sources file format
|
||||||
SRC_FMT := .c
|
SRC_FMT := .c
|
||||||
# Names of C programs to compile
|
# Names of C programs to compile
|
||||||
|
|
Loading…
Reference in a new issue