Compare commits

2 Commits

Author SHA1 Message Date
Erris
5c5f55ec16 Merge branch 'main' of https://git.anfer.fr/OpenEngine 2026-03-10 01:56:00 +01:00
Erris
25d82d6689 adding .envrc necessary for compilation 2026-03-10 01:55:47 +01:00

4
.envrc Normal file
View File

@@ -0,0 +1,4 @@
export CC=clang
export CXX=clang++
export COMPILE_COMMANDS=ON
export BUILD_TYPE=Debug