tweaks to env

This commit is contained in:
Chris Cochrun 2024-01-20 05:40:37 -06:00
parent 72e3a75d94
commit bece8e4e7b
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ build:
make -j8 --dir bld/
rm -rf ~/.cache/lumina/lumina/qmlcache/
run:
RUST_BACKTRACE=1 RUST_LOG=debug ./bld/bin/lumina
RUST_LOG=debug ./bld/bin/lumina
lint:
cargo clippy
clean:

View file

@ -64,7 +64,7 @@ mkShell rec {
# lockFile = ./Cargo.lock;
# };
RUST_BACKTRACE = "full";
RUST_BACKTRACE = "1";
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
CMAKE_C_COMPILER = "${gcc}/bin/gcc";
CMAKE_CXX_COMPILER = "${gcc}/bin/g++";