2
0
Эх сурвалжийг харах

Fixes the bug: (#20)

"Cannot specify --Zpr and --Zpc together, use --help to get usage
information"

When --Zpr is the list of input arguments

Signed-off-by: garrieta <[email protected]>
galibzon 3 жил өмнө
parent
commit
60e8b5e5d0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/AzslcMain.cpp

+ 1 - 1
src/AzslcMain.cpp

@@ -326,7 +326,7 @@ int main(int argc, const char* argv[])
     bool padRootConst = false;
     cli.add_flag("--pad-root-const", padRootConst, "Automatically append padding data to the root constant CB to keep it aligned to a 16-byte boundary.");
 
-    bool Zpc = true;
+    bool Zpc = false;
     cli.add_flag("--Zpc", Zpc, "Pack matrices in column-major order (default). Cannot be specified together with -Zpr.");
 
     bool Zpr = false;