Update codeql-analysis.yml
This commit is contained in:
parent
b428db3d9c
commit
31eb81d612
|
@ -59,6 +59,8 @@ jobs:
|
||||||
# uses a compiled language
|
# uses a compiled language
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install autoconf-archive
|
||||||
autoreconf -v --install --force
|
autoreconf -v --install --force
|
||||||
./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic"
|
./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic"
|
||||||
make V=1 -j10
|
make V=1 -j10
|
||||||
|
|
Loading…
Reference in New Issue