-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
758 lines (758 loc) · 115 KB
/
compile_commands.json
File metadata and controls
758 lines (758 loc) · 115 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
[
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/include -g -std=c++23 -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -Werror -Wall -Wextra -Wpedantic -Wcast-align -Wcast-qual -Wconversion -Wctor-dtor-privacy -Wenum-compare -Wfloat-equal -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wsign-conversion -Wsign-promo -fopenmp -o CMakeFiles/pot.dir/src/utils/this_thread.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/src/utils/this_thread.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/src/utils/this_thread.cpp",
"output": "CMakeFiles/pot.dir/src/utils/this_thread.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/task.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/task.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/task.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/task.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/executors/executor.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/executor.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/executor.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/executors/executor.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/executors/manual_executor.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/manual_executor.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/manual_executor.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/executors/manual_executor.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/executors/thread_executor.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/thread_executor.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/thread_executor.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/executors/thread_executor.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/executors/thread_pool_executor.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/thread_pool_executor.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/thread_pool_executor.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/executors/thread_pool_executor.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/executors/worker_thread_executor.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/worker_thread_executor.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/executors/worker_thread_executor.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/executors/worker_thread_executor.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/results/impl/consumer_context.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/results/impl/consumer_context.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/results/impl/consumer_context.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/results/impl/consumer_context.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/results/impl/result_state.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/results/impl/result_state.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/results/impl/result_state.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/results/impl/result_state.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/results/impl/shared_result_state.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/results/impl/shared_result_state.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/results/impl/shared_result_state.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/results/impl/shared_result_state.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/runtime/runtime.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/runtime/runtime.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/runtime/runtime.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/runtime/runtime.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/threads/async_lock.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/threads/async_lock.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/threads/async_lock.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/threads/async_condition_variable.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/threads/async_condition_variable.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/threads/async_condition_variable.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/threads/async_condition_variable.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/threads/thread.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/threads/thread.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/threads/thread.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/threads/thread.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/timers/timer.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/timers/timer.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/timers/timer.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/timers/timer.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=gnu++20 -fvisibility=hidden -fvisibility-inlines-hidden -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/timers/timer_queue.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/source/timers/timer_queue.cpp",
"output": "_deps/concurrencpp-build/CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/include -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/fmt.dir/src/format.cc.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/src/format.cc",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/src/format.cc",
"output": "_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-build",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/include -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -o CMakeFiles/fmt.dir/src/os.cc.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/src/os.cc",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/src/os.cc",
"output": "_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/test",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/include -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/fmt-src/include -isystem /usr/include/eigen3 -isystem /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/concurrencpp-src/include -g -std=c++23 -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -fopenmp -o CMakeFiles/tests.dir/test_fill.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/test/test_fill.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/test/test_fill.cpp",
"output": "test/CMakeFiles/tests.dir/test_fill.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/generators/catch_generators.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/generators/catch_generators.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/generators/catch_generators_random.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/generators/catch_generators_random.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_approx.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_approx.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_assertion_result.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_assertion_result.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_config.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_config.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_get_random_seed.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_get_random_seed.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_message.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_message.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_registry_hub.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_registry_hub.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_session.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_session.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_test_case_info.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_test_case_info.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_test_spec.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_test_spec.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_timer.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_timer.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_tostring.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_tostring.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_totals.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_totals.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_translate_exception.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_translate_exception.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_version.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/catch_version.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_clara.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_clara.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_commandline.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_commandline.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_console_colour.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_console_colour.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_context.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_context.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_debug_console.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_debug_console.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_debugger.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_debugger.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_decomposer.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_decomposer.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_enforce.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_enforce.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_getenv.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_getenv.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_istream.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_istream.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_list.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_list.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_message_info.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_message_info.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_polyfills.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_polyfills.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_result_type.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_result_type.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_result_type.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_result_type.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_run_context.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_run_context.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_section.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_section.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_singletons.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_singletons.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_string_manip.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_string_manip.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_stringref.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_stringref.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_registry.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_registry.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_textflow.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_textflow.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o"
},
{
"directory": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/src",
"command": "/usr/bin/c++ -D_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/.. -I/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-build/generated-includes -g -fsanitize=address -finput-charset=UTF-8 -fexec-charset=UTF-8 -std=c++23 -mavx2 -fexceptions -ffile-prefix-map=/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/= -o CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o -c /home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_main.cpp",
"file": "/home/pod/Projects/Parallel-Operations-Toolkit/build/_deps/catch2-src/src/catch2/internal/catch_main.cpp",
"output": "_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o"
}
]