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