mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
Nix: change meson buildtype from debugoptimized to debug
This commit is contained in:
parent
64fefa3749
commit
97a24ec6f3
@ -155,7 +155,7 @@ in
|
|||||||
|
|
||||||
mesonBuildType =
|
mesonBuildType =
|
||||||
if debug
|
if debug
|
||||||
then "debugoptimized"
|
then "debug"
|
||||||
else "release";
|
else "release";
|
||||||
|
|
||||||
mesonFlags = flatten [
|
mesonFlags = flatten [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user