mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Remove flag from gfort-general in gfort-5, add /EHsc to Win C++
This commit is contained in:
parent
279ea4f2a2
commit
e31bb02d38
@ -155,6 +155,8 @@ if (NOT MSVC)
|
||||
# ADD_H5_FLAGS (H5_CXXFLAGS1 "${HDF5_SOURCE_DIR}/config/gnu-warnings/no-developer-4.5")
|
||||
# endif ()
|
||||
#endif ()
|
||||
else ()
|
||||
list (APPEND HDF5_CMAKE_CXX_FLAGS "/EHsc")
|
||||
endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
@ -9,5 +9,4 @@
|
||||
-Wimplicit-interface
|
||||
-Wsurprising
|
||||
-Wunderflow
|
||||
-Wuse-without-only
|
||||
-pedantic
|
||||
|
Loading…
Reference in New Issue
Block a user