]> git.pld-linux.org Git - packages/source-highlight.git/commit
force c++14 standard to fix build with gcc 11
authorJan Palus <atler@pld-linux.org>
Mon, 9 Aug 2021 18:48:33 +0000 (20:48 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 9 Aug 2021 18:48:33 +0000 (20:48 +0200)
commitcdaab9be73b7df89440a0d356094203ba2e1b3e4
treea0a26401edf4743ccf0c06674f25c2d06edf9809
parentaa2cc5bf5bc9501aefb308d1135abbc71b3edbaa
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 source-highlight. use c++14 instead which gcc 9 defaulted
to at the time last version was released.
source-highlight.spec
This page took 0.092495 seconds and 4 git commands to generate.