File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ export ALS=$(ROOTDIR)/.obj/server/ada_language_server
11
11
TESTER =$(ROOTDIR ) /.obj/tester/tester-run
12
12
CODEC_TEST =.obj/codec_test/codec_test
13
13
14
- GPRBUILD =gprbuild -j0 -XSUPERPROJECT=
14
+ GPRBUILD_FLAGS =-j0
15
+ GPRBUILD =gprbuild $(GPRBUILD_FLAGS ) -XSUPERPROJECT=
15
16
GPRCLEAN =gprclean -XSUPERPROJECT=
16
17
17
18
# Installation directory
Original file line number Diff line number Diff line change 1
- >inout.txt:buffer_size =0
1
+ # If you need full input/output from the server uncomment inout.txt lines.
2
+ # >inout.txt:buffer_size=0
2
3
3
4
# Traces
4
- ALS.MAIN =yes > inout.txt:buffer_size =0
5
+ # ALS.MAIN=yes > inout.txt:buffer_size=0
5
6
6
7
# Full logs, helpful for debugging
7
- ALS.IN =yes > inout.txt:buffer_size =0
8
- ALS.OUT =yes > inout.txt:buffer_size =0
8
+ # ALS.IN=yes > inout.txt:buffer_size=0
9
+ # ALS.OUT=yes > inout.txt:buffer_size=0
9
10
10
11
# Testing should include incremental text changes
11
- ALS.ALLOW_INCREMENTAL_TEXT_CHANGES =yes > inout.txt:buffer_size =0
12
+ ALS.ALLOW_INCREMENTAL_TEXT_CHANGES =yes # > inout.txt:buffer_size=0
12
13
13
14
# Activate navigation warnings in test mode
14
15
ALS.NOTIFICATIONS_FOR_IMPRECISE_NAVIGATION =yes
You can’t perform that action at this time.
0 commit comments