• Servers

    ID Status OS Info CPU Info Memory Info Handled requests
    682b0bdb Online Debian GNU/Linux 12 bookworm x64 AMD Ryzen 9 7950X 16-Core [email protected] 1.5 GiB/1.9 GiB
    66e2fb2f 2025-6-5 8:39:08 Debian GNU/Linux 12 bookworm x64 AMD EPYC 7702 64-Core Processor@2GHz 877.8 MiB/960.7 MiB 0
  • Compiler Versions

    c, cc

    Debian clang version 14.0.6
    Target: x86_64-pc-linux-gnu
    Thread model: posix
    InstalledDir: /usr/bin

    rs

    rustc 1.63.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