From: <and...@us...> - 2011-12-08 19:46:17
|
Revision: 12100 http://plplot.svn.sourceforge.net/plplot/?rev=12100&view=rev Author: andrewross Date: 2011-12-08 19:46:11 +0000 (Thu, 08 Dec 2011) Log Message: ----------- Fix typo error - cmake uses CXXFLAGS not CCFLAGS Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2011-12-08 05:49:54 UTC (rev 12099) +++ trunk/README.release 2011-12-08 19:46:11 UTC (rev 12100) @@ -104,7 +104,7 @@ -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs \ -Wconversion -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings' -CCFLAGS='-O3 -fvisibility=hidden -std=c++98 -pedantic -Wall -Wextra ' +CXXFLAGS='-O3 -fvisibility=hidden -std=c++98 -pedantic -Wall -Wextra ' FFLAGS='-std=f95 -O3 -fall-intrinsics -fvisibility=hidden -pedantic \ -Wall -Wextra ' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |