>From 77b17d99a8c0ff660f712d3663219b88811f5530 Mon Sep 17 00:00:00 2001 From: Frank Dittrich Date: Fri, 22 Jun 2012 11:37:42 +0200 Subject: [PATCH] Makefile: add comments for *-clang-debug targets --- src/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Makefile b/src/Makefile index 5e33182..7ad1a59 100644 --- a/src/Makefile +++ b/src/Makefile @@ -234,6 +234,7 @@ default: @echo "linux-x86-64[i] Linux, x86-64 with SSE2 (most common)" @echo "linux-x86-64-icc Linux, x86-64 compiled with icc" @echo "linux-x86-64-clang Linux, x86-64 compiled with clang" +# @echo "linux-x86-64-clang-debug Linux, x86-64 compiled with clang (with debugging options) # @echo "linux-x86-64-32-native Linux, x86-64, 32-bit with everything (for regression tests)" # @echo "linux-x86-64-32-sse2asm Linux, x86-64, 32-bit with asm SSE2 (for regression tests)" # @echo "linux-x86-64-32-sse2[i] Linux, x86-64, 32-bit with SSE2 (for regression tests)" @@ -247,6 +248,7 @@ default: @echo "linux-x86-mmx Linux, x86 32-bit with MMX (for old computers)" @echo "linux-x86-any Linux, x86 32-bit (for truly ancient computers)" @echo "linux-x86-clang Linux, x86 32-bit with SSE2, compiled with clang" +# @echo "linux-x86-clang-debug Linux, x86 32-bit with SSE2, compiled with clang (with debugging options) @echo "linux-alpha Linux, Alpha" @echo "linux-sparc Linux, SPARC 32-bit" @echo "linux-ppc32-altivec Linux, PowerPC w/AltiVec (best)" -- 1.7.7.6