abstract project Common is package Compiler is for Default_Switches ("Ada") use ("-gnaty4aAbcefhiklM100nprt"); for Default_Switches("C++") use ("-Wall","-Wextra","-std=c++11"); end Compiler; end Common;