Commit 8a934876 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Updated compiler flag for Ubuntu14_04 to -std=c++14

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/Fedora25@8038 41f8697f-d340-4b68-9986-7bafba869bb8
parent b50aab2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------

ISISCPPFLAGS  = -Wall
ISISCPPFLAGS += -ansi
ISISCPPFLAGS += -std=c++14
ISISCPPFLAGS += -DISIS_LITTLE_ENDIAN=1
ISISCPPFLAGS += -fPIC
ISISCPPFLAGS += -DGMM_USES_SUPERLU