This flag made gcc generate location info of type "location_list" for 'my_struct', which we do not yet support in LibDebug.
@@ -1,6 +1,6 @@
PROGRAM = little
OBJS = main.o other.o
-CXXFLAGS = -g -Os -std=c++2a
+CXXFLAGS = -g -std=c++2a
all: $(PROGRAM)