mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: #833 remove the -march=pentium
This commit is contained in:
parent
3dc86ca336
commit
034d38f673
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ then
|
||||||
else
|
else
|
||||||
BUILD_DIR=$BUILD_RELEASE
|
BUILD_DIR=$BUILD_RELEASE
|
||||||
INSTALL_DIR=$INSTALL_RELEASE
|
INSTALL_DIR=$INSTALL_RELEASE
|
||||||
BUILD_CFLAGS="$BUILD_CFLAGS -march=pentium"
|
BUILD_CFLAGS="$BUILD_CFLAGS"
|
||||||
BUILD_CXXFLAGS="$BUILD_CXXFLAGS -march=pentium"
|
BUILD_CXXFLAGS="$BUILD_CXXFLAGS"
|
||||||
PATH="$INSTALL_RELEASE/bin:$PATH"
|
PATH="$INSTALL_RELEASE/bin:$PATH"
|
||||||
LD_LIBRARY_PATH="$INSTALL_RELEASE/lib:$LD_LIBRARY_PATH"
|
LD_LIBRARY_PATH="$INSTALL_RELEASE/lib:$LD_LIBRARY_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue