From e5f80b805494a244bb0b7b4c8e0f71638fe0de25 Mon Sep 17 00:00:00 2001 From: John Kessenich <cepheus@frii.com> Date: Tue, 25 Jun 2013 18:31:47 +0000 Subject: [PATCH] Remove the -a option, it doesn't belong here. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22166 e7fa87d3-cd2b-0410-9028-fcbf551c1848 --- StandAlone/StandAlone.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index e0915af14..1e88c1047 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -138,9 +138,6 @@ int C_DECL main(int argc, char* argv[]) case 'i': debugOptions |= EDebugOpIntermediate; break; - case 'a': - debugOptions |= EDebugOpAssembly; - break; case 'l': debugOptions |= EDebugOpMemoryLeakMode; break; @@ -305,7 +302,6 @@ void usage() printf("Usage: standalone [ options ] filename\n" "Where: filename = filename ending in .frag* or .vert*\n" "-i: intermediate (glslang AST)\n" - "-a: assembly dump (LLVM IR)\n" "-d: delay end (keeps output up in debugger, WIN32)\n" "-l: memory leak mode\n" "-s: silent mode (no info log)\n" -- GitLab