From 17350ecca428a101da9038652629c5f78d007543 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 2 Sep 2017 12:47:02 +0530 Subject: Note Makefile.native differences --- scripts/make_native/Makefile.native | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/make_native') diff --git a/scripts/make_native/Makefile.native b/scripts/make_native/Makefile.native index b91a3e0..4ceff02 100644 --- a/scripts/make_native/Makefile.native +++ b/scripts/make_native/Makefile.native @@ -1,3 +1,10 @@ +# This Makefile optimizes native builds. It +# - enables -O3 optimization +# - builds for native architecture (-march=native) +# - does not have debug build option +# +# NOTE: This file is used in Travis CI for stricter test builds + VERSION = 1.3 PREFIX ?= /usr/local -- cgit v1.2.3-70-g09d2