소스 검색
Note Makefile.native differences
master
Arun Prakash Jana
7 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
2개의 변경된 파일과
8개의 추가작업 그리고
1개의 파일을 삭제
-
.travis.yml
-
scripts/make_native/Makefile.native
|
|
@@ -21,7 +21,7 @@ script: |
|
|
|
make clean; |
|
|
|
make; |
|
|
|
make clean; |
|
|
|
make -f Makefile.native; |
|
|
|
make -f scripts/make_native/Makefile.native; |
|
|
|
|
|
|
|
before_deploy: |
|
|
|
- unset CFLAGS |
|
|
|
|
|
@@ -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 |
|
|
|