From fe85aebbc967b5dc439bfd72b075bd6b0657fec3 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 9 Jan 2013 00:00:53 +0100 Subject: [PATCH] Removed the "-w" option from compiler-cc so that it works with clang. --- src/cmp/cmpmain.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))