mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
Nix: change meson buildtype from debugoptimized to debug
This commit is contained in:
@@ -155,7 +155,7 @@ in
|
||||
|
||||
mesonBuildType =
|
||||
if debug
|
||||
then "debugoptimized"
|
||||
then "debug"
|
||||
else "release";
|
||||
|
||||
mesonFlags = flatten [
|
||||
|
Reference in New Issue
Block a user