httpp-benchmark

httpp-benchmark.git
git clone git://git.lenczewski.org/httpp-benchmark.git
Log | Files | Refs | README | LICENSE

build.sh (71B)


      1 #!/bin/sh
      2 
      3 set -ex
      4 
      5 cc -o bench bench.c -Wall -Wextra -std=c11 -O0 -g3