Adjust workflows, disable debug build for firmware

This commit is contained in:
Jan Käberich 2024-04-22 12:05:53 +02:00
parent e3b4972025
commit f897d98ab0
3 changed files with 2 additions and 32 deletions

View file

@ -20,7 +20,7 @@ TARGET = VNA_embedded
# building variables
######################################
# debug build?
DEBUG = 1
DEBUG = 0
# optimization
OPT = -O2