Merge commit '9725cf2aeb26d5366ab659a59334b601b980f90b'

This commit is contained in:
tqchen
2015-01-30 16:41:06 -08:00
4 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
export CC = gcc
ifndef
export CXX = g++
endif
export MPICXX = mpicxx
export LDFLAGS= -Llib
export WARNFLAGS= -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pedantic