-
Servers
ID Status OS Info CPU Info Memory Info Handled requests 6868a4b5 2025-8-28 14:49:52 Debian GNU/Linux 12 bookworm x64 AMD EPYC 7702 64-Core Processor@2GHz 835.4 MiB/960.7 MiB 0 -
Compile Commands
- C(c)
/usr/bin/clang -Wall -Wextra -Wpedantic -Werror=deprecated-declarations -Werror=uninitialized -Wno-newline-eof -Ofast -march=native -mtune=native --std=c99 -o foo foo.c -lm
- C++(cc)
/usr/bin/clang++ -Wall -Wextra -Wpedantic -Werror=deprecated-declarations -Werror=uninitialized -Wno-newline-eof -Ofast -march=native -mtune=native -o foo foo.cc -lm -I/include
- Rust(rs)
/usr/bin/rustc --color always -C opt-level=3 -C target-cpu=native foo.rs -o foo
- C(c)