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 165a085 + e4b459a commit 76fdc3aCopy full SHA for 76fdc3a
Makefile
@@ -11,7 +11,8 @@ export ALS=$(ROOTDIR)/.obj/server/ada_language_server
11
TESTER=$(ROOTDIR)/.obj/tester/tester-run
12
CODEC_TEST=.obj/codec_test/codec_test
13
14
-GPRBUILD=gprbuild -j0 -XSUPERPROJECT=
+GPRBUILD_FLAGS=-j0
15
+GPRBUILD=gprbuild $(GPRBUILD_FLAGS) -XSUPERPROJECT=
16
GPRCLEAN=gprclean -XSUPERPROJECT=
17
18
# Installation directory
0 commit comments