[go: up one dir, main page]

File: .lgtm.yml

package info (click to toggle)
finalcut 0.8.0-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,220 kB
  • sloc: cpp: 79,176; makefile: 517; sh: 395
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
extraction:
  cpp:
    prepare:
      packages:
        - autoconf-archive
    configure:
      command:
        - autoreconf -v --install --force
        - ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic"
    index:
      build_command:
        - make V=1 -j10