summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-09-02 15:06:20 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-09-02 15:06:20 (GMT)
commitbfc42a18ce8887795c6f873a487a545e3c02b398 (patch)
treefefb2b9e4a33840b1167a4d29f9c4845d5115b5e
parentf45bb2197958238c109c953315202d67af5238ef (diff)
downloadhdf5-bfc42a18ce8887795c6f873a487a545e3c02b398.zip
hdf5-bfc42a18ce8887795c6f873a487a545e3c02b398.tar.gz
hdf5-bfc42a18ce8887795c6f873a487a545e3c02b398.tar.bz2
Don't pass CFLAGS to the configure script, that's not in the HDF5 configure
idiom and it's just too much detail. Repair a TBD: mention the vfdswmr@hdfgroup.org address for contacting the VFD SWMR developers.
-rw-r--r--doc/vfd-swmr-user-guide.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/vfd-swmr-user-guide.md b/doc/vfd-swmr-user-guide.md
index dadd783..6c4cf60 100644
--- a/doc/vfd-swmr-user-guide.md
+++ b/doc/vfd-swmr-user-guide.md
@@ -60,12 +60,9 @@ configure script:
```
% mkdir -p ../build/swmr
% cd ../build/swmr
-% ../../swmr/configure CFLAGS="-g -O3"
+% ../../swmr/configure
```
-You don't have to provide the CFLAGS, but usually I want compiler
-optimizations, and I want debugging symbols.
-
Build the project:
```
@@ -480,4 +477,4 @@ seconds.
VFD SWMR is still under construction, so I think that you will find some
bugs. Please do not hesitate to report them.
-TBD: email addresses here
+To contact the VFD SWMR developers, email vfdswmr@hdfgroup.org.