Removed the "-w" option from compiler-cc so that it works with clang.

This commit is contained in:
Juan Jose Garcia Ripoll 2013-01-09 00:00:53 +01:00
parent a9cb6a48c5
commit fe85aebbc9

View file

@ -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))