mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 03:51:47 -08:00
Removed the "-w" option from compiler-cc so that it works with clang.
This commit is contained in:
parent
a9cb6a48c5
commit
fe85aebbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -929,7 +929,7 @@ from the C language code. NIL means \"do not create the file\"."
|
|||
,@(split-program-options *cc-flags*)
|
||||
,@(and (>= (cmp-env-optimization 'speed) 2)
|
||||
(split-program-options *cc-optimize*))
|
||||
"-w" "-c"
|
||||
"-c"
|
||||
,(brief-namestring c-pathname)
|
||||
#-msvc
|
||||
,@(list "-o" (brief-namestring o-pathname))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue