Procházet zdrojové kódy

build.sh : disable vector operations on OSX build (until we can figure out how to link BLAS again).

master
kevin před 8 roky
rodič
revize
5b52113ba8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      build/osx/debug/build.sh

+ 2
- 2
build/osx/debug/build.sh Zobrazit soubor

8
 cd ${curdir}
8
 cd ${curdir}
9
 
9
 
10
 ../../../configure --prefix=${curdir} \
10
 ../../../configure --prefix=${curdir} \
11
---enable-debug \
11
+--enable-debug --disable-vectop \
12
 CFLAGS="-g -Wall" \
12
 CFLAGS="-g -Wall" \
13
 CXXFLAGS="-g -Wall" \
13
 CXXFLAGS="-g -Wall" \
14
 CPPFLAGS= \
14
 CPPFLAGS= \
17
 
17
 
18
 
18
 
19
 #make
19
 #make
20
-#make install
20
+#make install

Načítá se…
Zrušit
Uložit