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
1111TESTER =$(ROOTDIR ) /.obj/tester/tester-run
1212CODEC_TEST =.obj/codec_test/codec_test
1313
14- GPRBUILD =gprbuild -j0 -XSUPERPROJECT=
14+ GPRBUILD_FLAGS =-j0
15+ GPRBUILD =gprbuild $(GPRBUILD_FLAGS ) -XSUPERPROJECT=
1516GPRCLEAN =gprclean -XSUPERPROJECT=
1617
1718# 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
23
34# Traces
4- ALS.MAIN =yes > inout.txt:buffer_size =0
5+ # ALS.MAIN=yes > inout.txt:buffer_size=0
56
67# 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
910
1011# 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
1213
1314# Activate navigation warnings in test mode
1415ALS.NOTIFICATIONS_FOR_IMPRECISE_NAVIGATION =yes
You can’t perform that action at this time.
0 commit comments