diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index e6fb582e4..6c6295179 100755 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -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))