The unified diff between revisions [94371f06..] and [6633320d..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'debian/gnade_common_build.gpr'
#
#
# patch "debian/gnade_common_build.gpr"
# from [be98c29551f52e91d5cdc6502d211de4567ddbd8]
# to [7487a9151295fb81150139507653e2ae0dd17438]
#
============================================================
--- debian/gnade_common_build.gpr be98c29551f52e91d5cdc6502d211de4567ddbd8
+++ debian/gnade_common_build.gpr 7487a9151295fb81150139507653e2ae0dd17438
@@ -28,7 +28,7 @@ project GNADE_Common_Build is
for Library_Version use "libgnadecommon.so." & Soversion;
package Compiler is
- Base_Switches :=
+ for Default_Switches ("Ada") use
("-g",
"-O2",
"-gnat05",
@@ -36,15 +36,6 @@ project GNADE_Common_Build is
"-gnatwa",
"-gnatVa",
"-fstack-check");
-
- case Libtype is
- when "static" =>
- for Default_Switches ("Ada") use Base_Switches;
-
- when "dynamic" =>
- for Default_Switches ("Ada") use Base_Switches & ("-FPIC");
- end case;
-
end Compiler;
end GNADE_Common_Build;