This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
toxcore
Watch
1
Star
0
Fork
0
You've already forked toxcore
mirror of
https://github.com/irungentoo/toxcore.git
synced
2024-03-22 13:30:51 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
17c8f50f44
toxcore
/
other
/
analysis
/
variants.sh
5 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: Run static analysers in multiple variants. Currently: 1) libsodium and 2) nacl. Note that the "nacl" variant is actually libsodium. We just want to make sure the static analysers see the `VANILLA_NACL` code paths.
2022-01-14 08:28:06 +08:00
#!/bin/bash
cleanup: Add more nonnull and nullable annotations.
2022-02-09 03:15:37 +08:00
run
"
$@
"
run -DVANILLA_NACL -I/usr/include/sodium
"
$@
"
Reference in New Issue
Copy Permalink