diff --git a/main.cpp b/main.cpp index 0d3ac453..4a5cdd31 100644 --- a/main.cpp +++ b/main.cpp @@ -60,9 +60,7 @@ static void usage(int ret) { Target::SupportedTargetArchs()); printf(" [--cpu=]\t\t\tSelect target CPU type\n"); printf(" (%s)\n", Target::SupportedTargetCPUs()); -#ifndef ISPC_IS_WINDOWS printf(" [-D]\t\t\t\t#define value when running preprocessor\n"); -#endif printf(" [--debug]\t\t\t\tPrint information useful for debugging ispc\n"); printf(" [--emit-asm]\t\t\tGenerate assembly language file as output\n"); printf(" [--emit-llvm]\t\t\tEmit LLVM bitode file as output\n"); @@ -78,9 +76,7 @@ static void usage(int ret) { printf(" svml\t\t\t\tUse the Intel SVML math libraries\n"); printf(" system\t\t\t\tUse the system's math library (*may be quite slow*)\n"); printf(" [--nostdlib]\t\t\tDon't make the ispc standard library available\n"); -#ifndef ISPC_IS_WINDOWS printf(" [--nocpp]\t\t\t\tDon't run the C preprocessor\n"); -#endif printf(" [-o/--outfile] \t\tOutput filename for bitcode (may be \"-\" for standard output)\n"); printf(" [-O0/-O1]\t\t\t\tSet optimization level\n"); printf(" [--opt=