Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
turn on optimization and suppress logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Feb 6, 2013
1 parent 513eaf1 commit 8fa4c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win64.mak
Expand Up @@ -19,8 +19,8 @@ DFLAGS=-m$(MODEL) -O -release -inline -w -Isrc -Iimport -property
UDFLAGS=-m$(MODEL) -O -release -w -Isrc -Iimport -property
DDOCFLAGS=-c -w -o- -Isrc -Iimport

#CFLAGS=/O2 /I$(VCDIR)\INCLUDE /I$(SDKDIR)\Include
CFLAGS=/Zi /I$(VCDIR)\INCLUDE /I$(SDKDIR)\Include
#CFLAGS=/Zi /nologo /I$(VCDIR)\INCLUDE /I$(SDKDIR)\Include
CFLAGS=/O2 /nologo /I$(VCDIR)\INCLUDE /I$(SDKDIR)\Include

DRUNTIME_BASE=druntime64
DRUNTIME=lib\$(DRUNTIME_BASE).lib
Expand Down

0 comments on commit 8fa4c31

Please sign in to comment.