mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Revert -O2 flags
This commit is contained in:
parent
205905a629
commit
e7aa82a156
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
# Configuration options for the makefile
|
||||
|
||||
# Compiler options
|
||||
CFLAGS ?= -g -fPIC -rdynamic -Wall -Iinclude -L.
|
||||
LIB_CFLAGS ?= -g -rdynamic -Wall -Iinclude -L.
|
||||
COMP_CFLAGS ?= -g -fPIC -rdynamic -Wall -I$(PREFIX)/include -L$(PREFIX)/lib
|
||||
CFLAGS ?= -O2 -fPIC -rdynamic -Wall -Iinclude -L.
|
||||
LIB_CFLAGS ?= -O2 -rdynamic -Wall -Iinclude -L.
|
||||
COMP_CFLAGS ?= -O2 -fPIC -rdynamic -Wall -I$(PREFIX)/include -L$(PREFIX)/lib
|
||||
# Use these lines instead for debugging or profiling
|
||||
#CFLAGS = -g -Wall
|
||||
#CFLAGS = -g -pg -Wall
|
||||
|
|
Loading…
Add table
Reference in a new issue