Bläddra i källkod

Note Makefile.native differences

master
Arun Prakash Jana 8 år sedan
förälder
incheckning
17350ecca4
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: A75979F35C080412
2 ändrade filer med 8 tillägg och 1 borttagningar
  1. +1
    -1
      .travis.yml
  2. +7
    -0
      scripts/make_native/Makefile.native

+ 1
- 1
.travis.yml Visa fil

@@ -21,7 +21,7 @@ script:
make clean; make clean;
make; make;
make clean; make clean;
make -f Makefile.native;
make -f scripts/make_native/Makefile.native;


before_deploy: before_deploy:
- unset CFLAGS - unset CFLAGS


+ 7
- 0
scripts/make_native/Makefile.native Visa fil

@@ -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 VERSION = 1.3


PREFIX ?= /usr/local PREFIX ?= /usr/local


Laddar…
Avbryt
Spara