From: Lucas Werkmeister Date: Fri, 9 Sep 2016 20:19:31 +0000 (+0200) Subject: upd: native Makefile improvements X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=5ea2f92d90210c2f6254b216aa4863635d3ae645;hp=5ea2f92d90210c2f6254b216aa4863635d3ae645 upd: native Makefile improvements - Remove optimization. We don't need it, and -O3 in particular can introduce bugs. - Move -I directives to preprocessor flags. - Add a separate goal for the header file instead of using shell &&. - Use the special variable $(RM) to remove files, and ignore failures if some files don't exist. Change-Id: Icb7bd684bae6bdb860712a4e24d880b265db292a ---