mikesart / inotify-info

Linux inotify info reporting app
MIT License
298 stars 31 forks source link

Makefile: restructure cflags more #44

Closed motiejus closed 6 months ago

motiejus commented 6 months ago

AFAIK should leave out -march=native to the callers. Also remove -gsplit-dwarf, since that's very environment specific. inotify-info is a small binary.

motiejus commented 6 months ago

I removed -march=native and all, IMO, environment-specific cflags. Thoughts?