mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-11 11:04:50 +00:00
d930ecca4c
Also running some other analysis that we used to have on Travis.
8 lines
249 B
Bash
Executable File
8 lines
249 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat toxav/*.c toxcore/*.c toxencryptsave/*.c |
|
|
clang "$(pkg-config --cflags libsodium opus vpx)" \
|
|
-Itoxav -Itoxcore -Itoxencryptsave -S -emit-llvm -xc - -o- |
|
|
opt -analyze -print-callgraph 2>&1 |
|
|
other/analysis/check_recursion
|