Skip to content
Snippets Groups Projects
Commit 7b2b150c authored by Marco van Oort's avatar Marco van Oort
Browse files

Small changes to makefile

parent cfb3c18f
Branches master
Tags v4.2.1
No related merge requests found
......@@ -11,7 +11,7 @@ MONDRIAANHOMEDIR:= $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
MONDRIAANCURRENTVERSION := 4.1
MONDRIAANMAJORVERSION := 4
# Gainbucket type may be either LIST or ARRAY
# Gainbucket type must be either LIST or ARRAY
GAINBUCKET_TYPE := ARRAY
# ==== Matlab support ====
......@@ -36,7 +36,7 @@ CFLAGS := -DMONDRIAANVERSION=\"${MONDRIAANCURRENTVERSION}\" -DGAINBUCKET_${GAINB
#CFLAGS := ${CFLAGS} -Wall -Wextra -Wshadow -Wno-unused-parameter -ansi -pedantic -O2 -DTIME -DUNIX -DINFO -g
#CFLAGS := ${CFLAGS} -Wall -O2
CFLAGS := ${CFLAGS} -Wall -O3 -ffast-math -funroll-loops -fomit-frame-pointer -std=c99 -DTIME
CFLAGS := ${CFLAGS} -Wall -O3 -ffast-math -funroll-loops -fomit-frame-pointer -std=c99
#CFLAGS := ${CFLAGS} -Wall -O3 -pg -ffast-math -funroll-loops -std=c99
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment