From: <ric...@us...> - 2013-06-24 06:05:45
|
Revision: 1187 http://sourceforge.net/p/loki-lib/code/1187 Author: rich_sposato Date: 2013-06-24 06:05:43 +0000 (Mon, 24 Jun 2013) Log Message: ----------- Updated to use new version of C++ standard. Modified Paths: -------------- trunk/Makefile.common Modified: trunk/Makefile.common =================================================================== --- trunk/Makefile.common 2013-06-24 05:13:49 UTC (rev 1186) +++ trunk/Makefile.common 2013-06-24 06:05:43 UTC (rev 1187) @@ -2,6 +2,6 @@ OS ?= $(shell uname -s) CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic -CXXFLAGS := $(CXXWARNFLAGS) -g -O2 +CXXFLAGS := $(CXXWARNFLAGS) -g -O2 -std=c++0x prefix := /usr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |