- Segueix el treball en el debugger

This commit is contained in:
2026-03-30 06:41:13 +02:00
parent 0547378331
commit 8a4110e821
4 changed files with 245 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
libs = -lSDL3 -lGL
cppflags = -D LUA_USE_LINUX -D DEBUG -g -Wall
cppflags = -D LUA_USE_LINUX -D DEBUG -g -Wall -std=c++20
executable = mini_debug
sourcepath = . lua
buildpath = build