Fix release tests.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3876 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-05-21 01:38:13 +00:00
parent 787e929747
commit 939e13c3c8
5 changed files with 29 additions and 9 deletions

View File

@ -16,7 +16,7 @@ CFLAGS += \
LDFLAGS += -Wl,-gc-sections
debug: CFLAGS += -Og -g
release: CFLAGS += -DNDEBUG -O3
release: CFLAGS += -DNDEBUG -O3 -g
win: CC = i686-w64-mingw32-gcc-win32
win: AS = $(CC)
win: CFLAGS += -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -DNTDDI_VERSION=NTDDI_WIN10