From d1c8dc5420f6cc2f2b209020ea2eb2b948cc9cbf Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 6 Aug 2025 22:46:19 +0200 Subject: [PATCH] hyprtester: drop gcc flag --- hyprtester/plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprtester/plugin/Makefile b/hyprtester/plugin/Makefile index e77921d4..0fcf5f2e 100644 --- a/hyprtester/plugin/Makefile +++ b/hyprtester/plugin/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS = -shared -fPIC --no-gnu-unique -g -std=c++2b -Wno-c++11-narrowing +CXXFLAGS = -shared -fPIC -g -std=c++2b -Wno-c++11-narrowing INCLUDES = `pkg-config --cflags pixman-1 libdrm pangocairo libinput libudev wayland-server xkbcommon` LIBS = `pkg-config --libs pangocairo`