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`