From 387dd385f17cff90f2ae66d7c8b00da4f32eff09 Mon Sep 17 00:00:00 2001 From: ahbrosha Date: Tue, 5 Feb 2019 21:01:58 +0100 Subject: [PATCH] Added permissive flag to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e11141c..7d648f9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DESCRIPTION = "RCSwitch on Raspberry Pi" LICENSE = "GPL" VERSION = 1.0 -CXXFLAGS += -Wall +CXXFLAGS += -Wall -fpermissive CXXFLAGS += -lwiringPi default: daemon