mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Use -O2
This commit is contained in:
parent
bd74d90100
commit
9eaa1ba47c
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
# Configuration options for the makefile
|
||||
|
||||
# Use these lines instead for debugging or profiling
|
||||
#CFLAGS = -g
|
||||
#CFLAGS = -g -pg
|
||||
CFLAGS ?= -g -Wall
|
||||
#CFLAGS = -g -Wall
|
||||
#CFLAGS = -g -pg -Wall
|
||||
CFLAGS ?= -O2 -Wall
|
||||
CC ?= cc
|
||||
# Commands "baked into" cycone for invoking the C compiler
|
||||
CC_PROG ?= "$(CC) ~src-file~ $(CFLAGS) -c -o ~exec-file~.o"
|
||||
|
|
Loading…
Add table
Reference in a new issue