ports/comms/dump1090/patches/patch-Makefile

12 lines
305 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Remove hardcoded optimizations.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,4 +1,4 @@
-CFLAGS?=-O2 -g -Wall -W $(shell pkg-config --cflags librtlsdr)
+CFLAGS+=-Wall -W $(shell pkg-config --cflags librtlsdr)
LDLIBS+=$(shell pkg-config --libs librtlsdr) -lpthread -lm
CC?=gcc
PROGNAME=dump1090