Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more changes in config.h
Browse files Browse the repository at this point in the history
edwardhartnett committed Jan 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3fbdc80 commit 7f756c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wgrib2/config.h
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
#define USE_IPOLATES 0
//#define USE_OPENMP
#define MAKE_SHARED_LIB
//#define CPPFLAGS "-march=native -mtune=native -I/cpc/home/wd51we/grib2/include -Wall -Wmissing-prototypes -Wold-style-definition -Werror=format-security -O3 -DGFORTRAN -fopenmp -fPIC -g"
//#define FFLAGS "-march=native -mtune=native -c -O3 -fopenmp -fPIC -g"
#define CPPFLAGS "-march=native -mtune=native -I/cpc/home/wd51we/grib2/include -Wall -Wmissing-prototypes -Wold-style-definition -Werror=format-security -O3 -DGFORTRAN -fopenmp -fPIC -g"
#define FFLAGS "-march=native -mtune=native -c -O3 -fopenmp -fPIC -g"
//#define USE_G2CLIB
//#define USE_PROJ4
#define USE_JASPER
@@ -20,7 +20,6 @@
//#define USE_MYSQL
#define CC "gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)"
#define FORTRAN "GNU Fortran (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18)"
#define FFLAGS ""
#define BUILD_COMMENTS "stock build"
#define USE_PNG
//#define WMO_VALIDATION

0 comments on commit 7f756c0

Please sign in to comment.