File: normal.sh

package info (click to toggle)
ssdeep 2.14.1%2Bgit20180629.57fcfff-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: ansic: 1,619; cpp: 1,587; makefile: 50; sh: 24
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