snippet from “suricata --build-info” below, notice the -g -O2
Host: x86_64-unknown-freebsd14.0
Compiler: gcc (exec name) / c++ (real)
GCC Protect enabled: no
GCC march native enabled: yes
GCC Profile enabled: no
Position Independent Executable enabled: no
CFLAGS -g -O2 -DOS_FREEBSD -std=c11 -march=native -I${srcdir}/…/rust/gen -I${srcdir}/…/rust/dist
PCAP_CFLAGS
SECCFLAGS
- Is suricata supposed to be compiled with gcc debuging symbols by default?
- How do one go about to disable these? (ideally without having to edit files)