Skip to content

Commit d73e536

Browse files
committed
Turn off gcc optimization
1 parent 4daf564 commit d73e536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CC=i686-w64-mingw32-gcc
22
CFLAGS=-g -c -Wall -masm=intel
3-
LFLAGS=-shared -v
3+
LFLAGS=-shared -v -O0
44

55
TARGET=game_controller.dll
66
SOURCES=game_controller.c

0 commit comments

Comments
 (0)