haampie / libtree

ldd as a tree
MIT License
2.67k stars 60 forks source link

build: Allow setting CFLAGS #51

Closed orbea closed 2 years ago

orbea commented 2 years ago

Its useful to override the CFLAGS to set a different optimization level or otherwise add any desired flags.

haampie commented 2 years ago

Notice that this isn't required, cause the last -O flag is the effective flag. But I agree that one optimization flag on the command line looks nicer.

orbea commented 2 years ago

Good point, but as you said its probably better to be explicit.