mirror of
https://github.com/AdaCore/gprbuild.git
synced 2026-02-12 12:30:13 -08:00
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gprbuild@123175 936e1b1b-40f2-da11-902a-00137254ae57
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
abstract project Attribute_Sharing is
|
|
for Source_Files use ();
|
|
package Compiler is
|
|
for Default_Switches ("C") use ("-pedantic");
|
|
for Default_Switches ("Ada") use ("-gnaty");
|
|
end Compiler;
|
|
end Attribute_Sharing;
|