You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Use -gnata for Ada mains as well.
This commit is contained in:
@@ -7,7 +7,7 @@ project Main is
|
||||
end Compiler;
|
||||
|
||||
package Builder is
|
||||
for Switches ("ada") use ("-g", "-O0");
|
||||
for Switches ("ada") use ("-g", "-O0", "-gnata");
|
||||
end Builder;
|
||||
|
||||
end Main;
|
||||
|
||||
Reference in New Issue
Block a user