From 292bfa33589754d1ead6fc3d63e1c961f3ccb0eb Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 21 Aug 2008 19:23:44 +0000 Subject: special optimization option /Op added per ticket #12 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1470 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- ChangeLog | 7 +++++++ nmake.opt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 88d187cd..92ddcd90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-21 Frank Warmerdam + + * nad/td_out.dist: backed out erroneous changes in 4.6.0 that lost + datum shifts with grid shift files. Added stere (#12) test. + + * nmake.opt: Added /Op to avoid stere errors per ticket #12. + 2008-08-07 Frank Warmerdam * nmake.opt, nad/makefile.vc: Make sure we use PROJ_LIB_DIR when diff --git a/nmake.opt b/nmake.opt index 84438d77..1f544a16 100644 --- a/nmake.opt +++ b/nmake.opt @@ -11,7 +11,7 @@ INSTDIR=C:\PROJ PROJ_LIB_DIR=$(INSTDIR)\SHARE # Uncomment the first for an optimized build, or the second for debug. -OPTFLAGS= /nologo /Ox /MD +OPTFLAGS= /nologo /Ox /Op /MD #OPTFLAGS= /nologo /Zi /MD /Fdproj.pdb # Uncomment the first for linking exes against DLL or second for static -- cgit v1.2.3