Files
json-parser/compile_flags.txt
olemorud b3821cf8bf Feature: Use arena-allocation for memory handling
Arena allocation make deallocation of nested structed MUCH faster, and
improves the spatial locality of allocations. It makes no sense to
deallocate only parts of a JSON structure so arenas are a good fit here.
2023-06-05 21:25:40 +02:00

6 lines
61 B
Plaintext

-Iinclude
-Iarena-allocator/include
-Wall
-Werror
-Wpedantic