ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | LICENSE

Commit: ea902c8b427d0aa23fa510a7cc6e4c8466c8df38
Parent: 387c8147b0570244c1afb830638031bdb258cb1e
Author: Randy Palamar
Date:   Thu, 10 Oct 2024 10:44:33 -0600

build: fail immediately on error

Diffstat:
Mbuild.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/build.sh b/build.sh @@ -1,4 +1,6 @@ #!/bin/sh +set -e + cflags="-march=native -std=c11 -O3 -Wall -I./external/include" #cflags="${cflags} -fproc-stat-report" #cflags="${cflags} -Rpass-missed=.*"