Skip to content

Commit

Permalink
size now <10kb
Browse files Browse the repository at this point in the history
  • Loading branch information
henkman committed Feb 9, 2015
1 parent 3ae9387 commit 6fb8968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

SRCS=virgo.c
OBJS=$(SRCS:.c=.o)
CFLAGS=-O2 -nostdlib -Wall -fno-ident -ffunction-sections -fdata-sections -DRELEASE=1
CFLAGS=-O2 -nostdlib -Wall -fno-asynchronous-unwind-tables -fno-ident -ffunction-sections -fdata-sections -DRELEASE=1
LIBS=-lgdi32 -luser32 -lshell32 -lmsvcrt -lkernel32
LDFLAGS=-static -nostdlib -fno-builtin -s -Wl,-e,__main,--gc-sections,-subsystem,windows $(LIBS)
ARCH=32
Expand Down
Binary file modified virgo.ico
Binary file not shown.

0 comments on commit 6fb8968

Please sign in to comment.