zeek/auxil/spicy/tests/Scripts/cxx-common.sh
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
95 B
Bash

#! /bin/sh
if [ "$1" = "--release" ]; then
debug=""
shift
else
debug="--debug"
fi