This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
Turner-CS4308-Homework_4/default.gpr

8 lines
120 B
Plaintext
Raw Normal View History

2023-10-25 15:28:39 +00:00
project Default is
package Compiler is
for Switches ("Ada") use ("-g", "-O2");
end Compiler;
end Default;