mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
+ LTO issue should now be resolved by59732ed47e+ Re-Enabling Link Time Optimisation for Debian builds that was disabled by87ba08602f
6 lines
65 B
Makefile
Executable File
6 lines
65 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT := qt5
|
|
|
|
%:
|
|
dh $@ --parallel
|