mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-25 13:50:04 +01:00
Nix: change meson buildtype from debugoptimized to debug
This commit is contained in:
parent
64fefa3749
commit
97a24ec6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ in
|
|||
|
||||
mesonBuildType =
|
||||
if debug
|
||||
then "debugoptimized"
|
||||
then "debug"
|
||||
else "release";
|
||||
|
||||
mesonFlags = flatten [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue