Skip to content

Commit

Permalink
adds O3 flag to compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gremerritt committed Apr 28, 2016
1 parent 635e8e9 commit fc4f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC= gcc
RM= rm -vf
CFLAGS= -Wall -g -std=c99
CFLAGS= -Wall -g -std=c99 -O3
OPENMPFLAG= -fopenmp
LIBS= -lrt -lm

Expand Down

0 comments on commit fc4f9b5

Please sign in to comment.