Mateusz Belicki

Results 5 comments of Mateusz Belicki

> and also added some rule for the .a file To be honest: what's the point of creating an archive for single object file?

Ahhh... you want to install it and link it using `-l` flag. Then yes, generating archive is a good idea. Sorry, it should be clear from the context. I probably...

Then `$BIN_DIR/parson.o` seems to be far more straight forward than `-static -Lparson -lparson`.

It's not a religious opinion. It's a fact. Feeding linker a path to another object just appends an object to collection of objects that linker has to link. The operation...

This is actually quite nice solution (extending JSONValue union with error case). I don't understand however why you are creating an error message in parson. In my opinion the library...