]> granicus.if.org Git - libatomic_ops/commit
Fix turn off optimization in case of configure --enable-gcov
authorIvan Maidanski <ivmai@mail.ru>
Thu, 19 Jan 2017 07:03:59 +0000 (10:03 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 19 Jan 2017 07:03:59 +0000 (10:03 +0300)
commit45896dc8681951f6ef3e0fcb7dd38e7e2a435411
tree675c5816cbeea9126a2e40f459d8344880ea18e8
parent7708b76c70c61c0c4aca40f75439ca98537972b2
Fix turn off optimization in case of configure --enable-gcov
(fix commit 0d0a16d)

* configure.ac [enable_gcov] (CFLAGS): Change sed regular expression
to avoid [] (as they are not properly handled during autogen), and to
also filter out -Os and -Ofast (-O0 is ignored).
configure.ac