Turn optimisation back on _again_.

This commit is contained in:
David Given
2025-10-15 14:11:30 +02:00
parent 3d063e932a
commit 168b8b6f6c

View File

@@ -8,7 +8,7 @@ ifeq ($(BUILDTYPE),)
endif endif
export BUILDTYPE export BUILDTYPE
OPTFLAGS = -g -Og OPTFLAGS = -g -O3
ifeq ($(BUILDTYPE),windows) ifeq ($(BUILDTYPE),windows)
MINGW = x86_64-w64-mingw32- MINGW = x86_64-w64-mingw32-