ref: 97c2d99a0e4ed6e6ea16924556e05437267e1050
parent: fc25464322fd35f3a18c3d1a5f0150dd3ef416b8
author: laamaa <jonne.kokkonen@gmail.com>
date: Wed Mar 8 17:21:03 EST 2023
remove debug flag from makefile
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#Set any compiler flags you want to use (e.g. -I/usr/include/somefolder `pkg-config --cflags gtk+-3.0` ), or leave blank
-local_CFLAGS = $(CFLAGS) $(shell pkg-config --cflags sdl2 libserialport) -Wall -O2 -g -pipe -I.
+local_CFLAGS = $(CFLAGS) $(shell pkg-config --cflags sdl2 libserialport) -Wall -O2 -pipe -I.
#Set the compiler you are using ( gcc for C or g++ for C++ )
CC = gcc
--
⑨