There was an error while loading. Please reload this page.
1 parent 08a91fe commit b86c7caCopy full SHA for b86c7ca
build/gnat/lispy.gpr
@@ -8,7 +8,7 @@ project LISPY is
8
-- Build : Build_Type := external ("LISPY_BUILD", "linux");
9
10
package Compiler is
11
- C_Switches := ("-ffunction-sections", "-fdata-sections", "-fpic", "-Werror", "-Wall");
+ C_Switches := ("-ffunction-sections", "-fdata-sections", "-fpic", "-Werror", "-Wall", "-std=c99");
12
Ada_Switches := ("-ffunction-sections", "-fdata-sections", "-fpic",
13
"-gnat2012", "-gnata", "-gnato", "-gnatE",
14
"-gnaty", "-gnaty-s", "-gnatyO", "-gnatyM120", "-gnatyO",
0 commit comments