From 23e8c2c0b3a1e219a8f3b08376fab4f027053a54 Mon Sep 17 00:00:00 2001 From: luigifcruz Date: Sat, 18 Dec 2021 00:00:51 -0300 Subject: [PATCH] add debug points --- stage4/12-pisdr-gnuradio/00-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stage4/12-pisdr-gnuradio/00-run.sh b/stage4/12-pisdr-gnuradio/00-run.sh index da10f67..b68893b 100755 --- a/stage4/12-pisdr-gnuradio/00-run.sh +++ b/stage4/12-pisdr-gnuradio/00-run.sh @@ -9,6 +9,8 @@ if [ ! -d "volk" ]; then fi cd volk +arch +cat ../cpu_features/CMakeLists.txt mkdir -p build cd build cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..