]> git.pld-linux.org Git - packages/Field3D.git/commit - Field3D.spec
force c++14 standard to fix build with gcc 11
authorJan Palus <atler@pld-linux.org>
Tue, 10 Aug 2021 15:55:03 +0000 (17:55 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 10 Aug 2021 15:55:03 +0000 (17:55 +0200)
commitdd2284ffc6befbd828d0174277d74153b12ff1d5
tree336cb9fe9f760d42b4959508898060f288ddf2b0
parent335b72a75f2a5e39a2c775c6bb5c28a6259620be
force c++14 standard to fix build with gcc 11

gcc 11 defaults to c++17 which breaks build due to dynamic throw clauses
still used in Field3D (indirectly through OpenEXR headers). use c++14
instead which gcc defaulted to at the time last version was released.
Field3D.spec
This page took 0.103303 seconds and 4 git commands to generate.