diff options
author | 2017-09-02 12:47:02 +0530 | |
---|---|---|
committer | 2017-09-02 12:47:02 +0530 | |
commit | 17350ecca428a101da9038652629c5f78d007543 (patch) | |
tree | 7a74764ee6032d8c80138c1a145dd9e6637643bd /scripts | |
parent | f6cb248975083d58ae3af83bdfb39535e12db422 (diff) | |
download | nnn-17350ecca428a101da9038652629c5f78d007543.tar.gz |
Note Makefile.native differences
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_native/Makefile.native | 7 |
1 files changed, 7 insertions, 0 deletions
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 |