Arun Prakash Jana
il y a 7 ans
Parent
révision
17350ecca4
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: A75979F35C080412
2 fichiers modifiés avec
8 ajouts et
1 suppressions
-
.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 |
|
|
|