File: build.sh

package info (click to toggle)
fast-float 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 896 kB
  • sloc: cpp: 7,252; ansic: 3,474; python: 366; sh: 37; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/bash

$CXX $CFLAGS $CXXFLAGS \
     -I $SRC/fast_float/include \
     -c $SRC/fast_float/fuzz/from_chars.cc -o from_chars.o

$CXX $CFLAGS $CXXFLAGS $LIB_FUZZING_ENGINE from_chars.o \
     -o $OUT/from_chars