「‍」 Lingenic

debug_collation

(⤓.gpr ⤓.adb ◇.gpr); γ ≜ [2026-07-12T135544.195, 2026-07-12T135544.195] ∧ |γ| = 1

--  Copyright © 2026 Lingenic LLC. All rights reserved.
--  Licensed under the Lingenic Source-Available License v2.3.
--  Production use requires a separate license from Licensor.
--  See LICENSE.md and COPYRIGHT in the project root.
--

with "../lingenic_text.gpr";

project Debug_Collation is
   for Source_Dirs use (".");
   for Object_Dir use "obj";
   for Main use ("debug_collation.adb");

   package Compiler is
      for Default_Switches ("Ada") use
         ("-gnat2022", "-gnatwa", "-gnata", "-g", "-O0");
   end Compiler;

   package Builder is
      for Default_Switches ("Ada") use ("-j0");
   end Builder;

end Debug_Collation;