1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

disable optimizations to prevent crashes in cncra snap

This commit is contained in:
FunkyFr3sh 2018-08-03 04:54:00 +02:00
parent 1402054259
commit b8ee01684f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
CC=gcc
WINDRES=windres
CFLAGS=-DHAVE_LIBPNG -Iinc -Wall -Wl,--enable-stdcall-fixup -O3 -s
CFLAGS=-DHAVE_LIBPNG -Iinc -Wall -Wl,--enable-stdcall-fixup -s
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lopengl32 -lwinmm
#CFLAGS=-Iinc -Wall -Wl,--enable-stdcall-fixup -O3 -s

View File

@ -2,7 +2,7 @@
#define vxstr(a,b,c,d) str(a##.##b##.##c##.##d)
#define str(s) #s
#define VERSION 1,1,8,1
#define VERSION 1,1,8,2
1 VERSIONINFO
FILEVERSION VERSION