mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
gmic: try -O1 for x86
This commit is contained in:
@@ -102,7 +102,7 @@ BUILD()
|
|||||||
|
|
||||||
local CUSTOM_CXX_FLAGS="-O3"
|
local CUSTOM_CXX_FLAGS="-O3"
|
||||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||||
CUSTOM_CXX_FLAGS="-O0"
|
CUSTOM_CXX_FLAGS="-O1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cmake $cmakeDirArgs \
|
cmake $cmakeDirArgs \
|
||||||
@@ -129,7 +129,7 @@ BUILD()
|
|||||||
-DENABLE_LTO=OFF
|
-DENABLE_LTO=OFF
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
make
|
make VERBOSE=1
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
export LDFLAGS="$LDFLAGS -L../build"
|
export LDFLAGS="$LDFLAGS -L../build"
|
||||||
@@ -147,7 +147,7 @@ BUILD()
|
|||||||
-DENABLE_LTO=OFF
|
-DENABLE_LTO=OFF
|
||||||
|
|
||||||
cd build-qt
|
cd build-qt
|
||||||
make
|
make VERBOSE=1
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user