mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
Make the build optimized by default
This commit is contained in:
parent
0565a3e76b
commit
fdb13a22ad
@ -38,6 +38,11 @@ dnl AC_ERROR(Building in the srcdir is not supported! Please build from a se
|
||||
dnl fi
|
||||
dnl unset d
|
||||
|
||||
dnl Build optimized by default
|
||||
dnl ========================================================
|
||||
CFLAGS="${CFLAGS--O}"
|
||||
CXXFLAGS="${CXXFLAGS--O}"
|
||||
|
||||
dnl Set the version number of the libs included with mozilla
|
||||
dnl ========================================================
|
||||
MOZJPEG=62
|
||||
|
Loading…
x
Reference in New Issue
Block a user