File: build.sh

package info (click to toggle)
fast-float 8.0.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: cpp: 6,819; ansic: 3,414; python: 366; sh: 37; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (6)
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