diff options
Diffstat (limited to 'graphics/generic_image_decoder/files/construct.gpr')
-rw-r--r-- | graphics/generic_image_decoder/files/construct.gpr | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/generic_image_decoder/files/construct.gpr b/graphics/generic_image_decoder/files/construct.gpr deleted file mode 100644 index 37522170249a..000000000000 --- a/graphics/generic_image_decoder/files/construct.gpr +++ /dev/null @@ -1,20 +0,0 @@ -project Construct is - - for Languages use ("ada"); - for Source_Dirs use ("src"); - for Object_Dir use "obj_safer"; - for Library_Name use "genimgdec"; - for Library_Dir use "lib"; - for Library_Kind use "static"; - - package Compiler is - for Default_Switches ("ada") use ("-O3", "-gnato", "-ffunction-sections", - "-funroll-loops", "-fpeel-loops", "-ftracer", "-funswitch-loops", - "-fweb", "-frename-registers"); - end Compiler; - - package Builder is - for Default_Switches ("ada") use ("-C"); - end Builder; - -end Construct; |