diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-17 02:16:27 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-17 02:16:27 (GMT) |
commit | 77f2f1c132a852eb8e0893f051b128cf8f42a9ef (patch) | |
tree | 1261652837e5e9895096135b365535603ed95ce5 /config/gnu-flags | |
parent | ad0925c214c9d3afe9a013aa1e3adfb2bc3ba4dc (diff) | |
download | hdf5-77f2f1c132a852eb8e0893f051b128cf8f42a9ef.zip hdf5-77f2f1c132a852eb8e0893f051b128cf8f42a9ef.tar.gz hdf5-77f2f1c132a852eb8e0893f051b128cf8f42a9ef.tar.bz2 |
[svn-r29131] Updated the GNU g++ compiler config file to use the new debug/
production, etc. system.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial - prod/debug w/ C++
Diffstat (limited to 'config/gnu-flags')
-rw-r--r-- | config/gnu-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index 9cd0fd0..87aef3a 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -132,7 +132,7 @@ case "$cc_vendor-$cc_version" in # Profile PROFILE_CFLAGS="-pg" - # Optimization (only CFLAGS at this time) + # Optimization case "$cc_vendor-$cc_version" in gcc-[34].*) HIGH_OPT_CFLAGS="-O3" |