Skip to content

Commit

Permalink
Merge pull request #1167 from reznikmm/topic/drop_def_sw
Browse files Browse the repository at this point in the history
Drop `Default_Switches` from project files.
  • Loading branch information
gusthoff authored Jan 5, 2025
2 parents b70e98d + 3b1e49f commit 1bae604
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/ts/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ const MAIN_GPR = `project Main is
--LANGUAGE_PLACEHOLDER--
package Compiler is
for Default_Switches ("Ada") use ("-g", "-O0");
--COMPILER_SWITCHES_PLACEHOLDER--
end Compiler;
package Builder is
for Default_Switches ("Ada") use ("-g");
--BUILDER_SWITCHES_PLACEHOLDER--
for Global_Configuration_Pragmas use "main.adc";
end Builder;
Expand All @@ -42,12 +40,10 @@ const SPARK_GPR = `project Main_Spark is
--LANGUAGE_PLACEHOLDER--
package Compiler is
for Default_Switches ("Ada") use ("-g", "-O0");
--COMPILER_SWITCHES_PLACEHOLDER--
end Compiler;
package Builder is
for Default_Switches ("Ada") use ("-g");
--BUILDER_SWITCHES_PLACEHOLDER--
for Global_Configuration_Pragmas use "main_spark.adc";
end Builder;
Expand Down

0 comments on commit 1bae604

Please sign in to comment.