(SYS_LDFLAGS): Add -nologo.
This commit is contained in:
parent
90abecd329
commit
9e598d898e
1 changed files with 2 additions and 2 deletions
|
@ -136,9 +136,9 @@ BASE_LIBS = $(libc) $(baselibs) -nodefaultlib:oldnames.lib
|
|||
|
||||
# We want any debugging info in the executable.
|
||||
!if "$(LINK)" == "link32"
|
||||
SYS_LDFLAGS =
|
||||
SYS_LDFLAGS = -nologo
|
||||
!else
|
||||
SYS_LDFLAGS = -release -incremental:no -version:3.10
|
||||
SYS_LDFLAGS = -nologo -release -incremental:no -version:3.10
|
||||
!endif
|
||||
|
||||
# Tag the executables to run out of the swapfile when execute off CD or network shares
|
||||
|
|
Loading…
Add table
Reference in a new issue