We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da378e9 commit d8e5246Copy full SHA for d8e5246
Makefile
@@ -2,7 +2,7 @@ PLUGIN_NAME=dynamic-cursors
2
3
SOURCE_FILES := $(wildcard ./src/*.cpp ./src/*/*.cpp)
4
OBJECT_FILES := $(patsubst ./src/%.cpp, out/%.o, $(SOURCE_FILES))
5
-CXX_FLAGS := -Wall -fPIC -std=c++26 -g \
+CXX_FLAGS := -Wall --no-gnu-unique -fPIC -std=c++26 -g \
6
$(shell pkg-config --cflags hyprland | awk '{print $$NF "/src";}') \
7
$(shell pkg-config --cflags pixman-1 libdrm hyprland)
8
0 commit comments