mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-04 16:30:48 -08:00
/nodefaultlib:libd is required by the free Visual Studio compiler when compiling with debugging information
This commit is contained in:
parent
2ed749b755
commit
02efa0ea98
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ CC = cl
|
|||
MFLAGS = -MD
|
||||
CFLAGS = -GX -DGC_DLL -nologo
|
||||
LIBS = eclgc.lib eclgmp.lib user32.lib ws2_32.lib
|
||||
LDFLAGS = /link /nodefaultlib:libcmt /nodefaultlib:libc
|
||||
LDFLAGS = /link /nodefaultlib:libcmt /nodefaultlib:libc /nodefaultlib:libd
|
||||
SHARED_LDFLAGS = -LD
|
||||
GCFLAGS = nodebug=1
|
||||
RM = del
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue