brintos

brintos / linux-shallow public Read only

0
0
Text · 498 B · 5af1720 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3perf-test-y += noploop.o4perf-test-y += thloop.o5perf-test-y += leafloop.o6perf-test-y += sqrtloop.o7perf-test-y += brstack.o8perf-test-y += datasym.o9perf-test-y += landlock.o10 11CFLAGS_sqrtloop.o         = -g -O0 -fno-inline -U_FORTIFY_SOURCE12CFLAGS_leafloop.o         = -g -O0 -fno-inline -fno-omit-frame-pointer -U_FORTIFY_SOURCE13CFLAGS_brstack.o          = -g -O0 -fno-inline -U_FORTIFY_SOURCE14CFLAGS_datasym.o          = -g -O0 -fno-inline -U_FORTIFY_SOURCE15