Ver código fonte

Note Makefile.native differences

master
Arun Prakash Jana 8 anos atrás
pai
commit
17350ecca4
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
2 arquivos alterados com 8 adições e 1 exclusões
  1. +1
    -1
      .travis.yml
  2. +7
    -0
      scripts/make_native/Makefile.native

+ 1
- 1
.travis.yml Ver arquivo

@@ -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


+ 7
- 0
scripts/make_native/Makefile.native Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar