Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=336d14ec6ee72c43c46eb3ddd13e46508d799d8f
commit 336d14ec6ee72c43c46eb3ddd13e46508d799d8f Author: Marius Cirsta <[email protected]> Date: Wed Mar 11 23:08:18 2015 +0200 * add c+11 support diff --git a/Makefile b/Makefile index 156e3bc..d9d174f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXXFLAGS ?= -O2 -CXXFLAGS += -D_GNU_SOURCE -DNDEBUG -Wall -Wextra +CXXFLAGS += -D_GNU_SOURCE -DNDEBUG -Wall -Wextra -std=c++11 all: fw32 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
