Skip to content

Commit

Permalink
Changed CXXFLAG in Makefile.osx for anphon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Mar 10, 2016
1 parent 728a19e commit 2cb991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anphon/Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-----------------------------------------------

MPICXX = mpic++
CXXFLAGS = -O2 -g
CXXFLAGS = -O2 -fopenmp
INCLUDE = -I../include

LINKER = ${MPICXX}
Expand Down

0 comments on commit 2cb991e

Please sign in to comment.