Changeset e9eee04


Ignore:
Timestamp:
2022-08-22T14:48:16Z (21 months ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
341bd65
Parents:
b86f37d
git-author:
Petr Vaněk <arkamar@…> (02-08-22 09:50:32)
git-committer:
Jelmer Vernooij <jelmer@…> (22-08-22 14:48:16)
Message:

configure: remove -fno-strict-aliasing

lib/json.c seems to be the last place where -fno-strict-aliasing was
needed. It is obsolete now and we can remove it.

Bug: https://bugs.gentoo.org/861371
Signed-off-by: Petr Vaněk <arkamar@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rb86f37d re9eee04  
    314314        CFLAGS="$CFLAGS -g3 -DDEBUG -O0"
    315315else
    316         [ -z "$CFLAGS" ] && CFLAGS="-g -O2 -fno-strict-aliasing"
     316        [ -z "$CFLAGS" ] && CFLAGS="-g -O2"
    317317fi
    318318
Note: See TracChangeset for help on using the changeset viewer.