fix pointless CFLAGS making nothing work

master
an 2019-07-22 07:18:30 -04:00
parent 50c5891774
commit 9ae3ea272f
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ prepare(){
./autogen.sh ./autogen.sh
# Hud causes segfault in gtk version. Wifi doesn't really work. # Hud causes segfault in gtk version. Wifi doesn't really work.
CFLAGS="-O3 -march=native" \
CXXFLAGS="-O3 -march=native" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--enable-osmesa \ --enable-osmesa \