]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: compile for host CPU (to test double-wide primitives)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 26 Jan 2017 07:43:08 +0000 (10:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 26 Jan 2017 07:43:35 +0000 (10:43 +0300)
.travis.yml

index 10d0628bd24908343fb190fc1d95b10161e0a5c6..821b80ceb2236110e4285cc7dc68ea583e2e1ac3 100644 (file)
@@ -15,4 +15,4 @@ install:
   - ./configure --enable-assertions --enable-werror
 
 script:
-  - make -j check
+  - make -j check CFLAGS_EXTRA="-march=native"