Home | History | Annotate | Download | only in fio

Lines Matching refs:static

162   --build-static) build_static="yes"
206 echo "--build-static Build a static fio"
486 # See if we need to build a static build
489 LDFLAGS="$LDFLAGS -static -Wl,--gc-sections"
493 echo "Static build $build_static"
672 static int sfaa(uint64_t *ptr)
1109 static char *string = "This is a string";
1145 static char dst[64];
1146 static char *string = "This is a string";
1222 static __thread int ret;
1253 LDFLAGS=$(echo $LDFLAGS | sed s/"-static"//g)
1957 echo "Static Assert $static_assert"