summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-20 21:54:15 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:19:37 (GMT)
commit1fc21712996655d3f3d7c4f2b35231b59f035b54 (patch)
tree31f703c8bb735f334e8889ea76edbb73dbcd5e26 /src
parenta7c153fff17ccc031867d0af5213d82643c4e337 (diff)
downloadhdf5-1fc21712996655d3f3d7c4f2b35231b59f035b54.zip
hdf5-1fc21712996655d3f3d7c4f2b35231b59f035b54.tar.gz
hdf5-1fc21712996655d3f3d7c4f2b35231b59f035b54.tar.bz2
Mention the -Werror= flags in libhdf5.settings.in.
Diffstat (limited to 'src')
-rw-r--r--src/libhdf5.settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 1591bed..0c2be75 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -39,7 +39,7 @@ Languages:
H5_CPPFLAGS: @H5_CPPFLAGS@
AM_CPPFLAGS: @AM_CPPFLAGS@
C Flags: @CFLAGS@
- H5 C Flags: @H5_CFLAGS@
+ H5 C Flags: @H5_CFLAGS@ @H5_ECFLAGS@
AM C Flags: @AM_CFLAGS@
Shared C Library: @enable_shared@
Static C Library: @enable_static@