File: normal.sh

package info (click to toggle)
ssdeep 2.14.1%2Bgit20180629.57fcfff-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 552 kB
  • sloc: ansic: 1,619; cpp: 1,587; sh: 71; makefile: 50
file content (6 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

make distclean
./configure CXXFLAGS="-Wall -W -g -ggdb -O0" CFLAGS="-Wall -W -g -ggdb -O0"
make -j4