diff --git a/vulkan.d b/vulkan.d index a64e57f..330cd2e 100644 --- a/vulkan.d +++ b/vulkan.d @@ -12,6 +12,10 @@ debug { const BUILD_DEBUG = true; } +else +{ + const BUILD_DEBUG = false; +} alias InitRenderer = Init; alias Renderer = Vulkan;