We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f40760d + 0ae65f3 commit b285740Copy full SHA for b285740
subprojects/libgpr2.toml
@@ -32,7 +32,8 @@ command = [
32
"-i.bk2",
33
"-e", '''
34
/package Compiler/a\
35
- for Switches ("gpr2-build-actions-post_bind.adb") use Compiler'Default_Switches ("Ada") & ("-O0");''',
+ for Switches ("gpr2-build-actions-post_bind.adb") use Compiler'Default_Switches ("Ada") & ("-O0");\
36
+ for Switches ("gpr2-build-actions-compile-ada.adb") use Compiler'Default_Switches ("Ada") & ("-O0");''',
37
"gpr2.gpr"]
38
39
[[actions]]
0 commit comments