hyprtester: drop gcc flag

This commit is contained in:
Vaxry 2025-08-06 22:46:19 +02:00
parent ec26b753a2
commit d1c8dc5420
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -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`