From fa2d41ac8117ccc5d873e54726319644a0aadc76 Mon Sep 17 00:00:00 2001 From: pupbrained Date: Wed, 16 Oct 2024 23:13:55 -0400 Subject: [PATCH] updat --- flake.lock | 12 ++++++------ meson.build | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 957baf6..8aa9c2e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1729022018, - "narHash": "sha256-fsZYL4ggDUvVvIcnBk16dSsSsLlg3H4cMzs26FZuqCs=", + "lastModified": 1729128939, + "narHash": "sha256-5UI1kh4pN+fOMj9q8Lbe0Vrpu3kqWcSSRdE4JKZjca0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f490aba9999744d0ecb5e5594760a606de441ad6", + "rev": "e3543c83677b94083d5957e091bba29f155a2ec9", "type": "github" }, "original": { @@ -58,11 +58,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1727984844, - "narHash": "sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc=", + "lastModified": 1729077719, + "narHash": "sha256-zayHqZO9gA1U85c4CPvVSnLV8/cBgc2yVrSKWaKeBUs=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "4446c7a6fc0775df028c5a3f6727945ba8400e64", + "rev": "5307ba60125bb024d7e52d71d582eafd511f3fee", "type": "github" }, "original": { diff --git a/meson.build b/meson.build index 1544847..afeebad 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'graphics-test', 'cpp', version: '0.1.0', - default_options: ['cpp_std=c++26', 'warning_level=everything', 'buildtype=debug'], + default_options: ['cpp_std=c++26', 'warning_level=everything', 'buildtype=debugoptimized'], ) cpp = meson.get_compiler('cpp')