diff options
author | Jaroslav Hensl <jara@hensl.cz> | 2023-06-28 22:04:13 +0200 |
---|---|---|
committer | Jaroslav Hensl <jara@hensl.cz> | 2023-06-28 22:04:13 +0200 |
commit | 7f80983c1b9431380a9dce18586e0eea57be5707 (patch) | |
tree | 48c295786a1f749f883989cef3063fd123134370 /makefile | |
parent | 14395d1ce8759ce490beb87c80ddb1f7ed35904f (diff) | |
download | vmdisp9x-7f80983c1b9431380a9dce18586e0eea57be5707.tar.gz |
SVGA3D: better GMR allocator, some 32bit calls support, API version update
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ FLAGS = -DDRV_VER_BUILD=$(VER_BUILD) -DCAP_R5G6B5_ALWAYS_WRONG #FLAGS += -DHWBLT
# Set DBGPRINT to add debug printf logging.
-DBGPRINT = 1
+#DBGPRINT = 1
!ifdef DBGPRINT
FLAGS += -DDBGPRINT
|