summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/multi-arch/files-pkgconfig/build-spec/orig/indep-really-bad.pc
blob: 98b3fa30f5f7f42a45e23fbd0c91a4fd4a64cee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Name: indep-good
Description: A library with ugly flags
Requires:
Version: 3.1.3
Libs:
# a comment removed -L/usr/local/lib/somewhere \
SOMEFLAGS=-I/var/cache/pbuilder/build/
Cflags: \
    -I/usr/local/somewhere \
    -D__linux__ \
    -D__x86_64__ \
    -D__OSVERSION__=2\
    -g \
    -D_FORTIFY_SOURCE=2 \
    -O2 \
    -Wall \
    -fvisibility=hidden \
    -fPIE \
    -fstack-protector \
    --param=ssp-buffer-size=2 \
    -frounding-math \
    -lmath \
    -march=core2 \
    -DNDEBUG \
    -pedantic \
    -DNEW_STDCPP \
    -fno-check-new \
    -fno-inline \
    -Wl,z,relro \
    -pie \
    -fno-strict-aliasing -fwrapv -fexcess-precision=standard \
    -ffast-math -funsafe-math-optimizations -fsigned-zeros -fno-trapping-math -fassociative-math -freciprocal-math -fsignaling-math -fno-errno-math -ffp-contract -fassociative-math -ffinite-math-only \
    @SOME_FLAGS@
#False positive
Fflags: \
    @SOME_FLAGS \
    @