Project

General

Profile

« Previous | Next » 

Revision eb724c7a

Added by David Sorber over 4 years ago

Set CXXFLAGS and CFLAGS environment variables for whatever it's worth.

View differences:

software/misc/build_ffmpeg_shared.sh
echo
}
# Use aggressive compiler flags (not sure these flags really matter these days...)
export CFLAGS="-O3 -march=native"
export CXXFLAGS=$CFLAGS
# Setup directories - modify as needed
#~ SOURCES_DIR="/home/dsorber/Downloads/ffmpeg/sources"
#~ BUILD_DIR="/home/dsorber/Downloads/ffmpeg/build"

Also available in: Unified diff