Skip to content

Commit 4daf564

Browse files
committed
Gcc verbose mode on
1 parent 4b070c7 commit 4daf564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
3+
LFLAGS=-shared -v
44

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

0 commit comments

Comments
 (0)