build, add ASAN, some CFLAGS changes, add revision

This commit is contained in:
kub 2023-05-02 19:59:53 +00:00
parent 83a9e30508
commit 3a77090514
5 changed files with 34 additions and 20 deletions

View file

@ -35,7 +35,9 @@
#endif
// FIXME
#ifndef REVISION
#define REVISION "0"
#endif
static const char *rom_exts[] = {
"zip", "bin",

View file

@ -1 +1 @@
#define VERSION "1.99"
#define VERSION "1.99" REVISION