Now using more conservative optimisation due to random seg fault issues.
This commit is contained in:
parent
1820152008
commit
4c74889bc1
@ -25,7 +25,7 @@ local headers = group {
|
|||||||
platform_linux386 = group {
|
platform_linux386 = group {
|
||||||
ARCH = "i386",
|
ARCH = "i386",
|
||||||
PLATFORM = "linux386",
|
PLATFORM = "linux386",
|
||||||
OPTIMISATION = "-O6",
|
OPTIMISATION = "-O",
|
||||||
|
|
||||||
-- Ensure the descr and headers are installed first because we'll need it
|
-- Ensure the descr and headers are installed first because we'll need it
|
||||||
-- to build the libraries.
|
-- to build the libraries.
|
||||||
|
|||||||
@ -25,7 +25,7 @@ local headers = group {
|
|||||||
platform_pc86 = group {
|
platform_pc86 = group {
|
||||||
ARCH = "i86",
|
ARCH = "i86",
|
||||||
PLATFORM = "pc86",
|
PLATFORM = "pc86",
|
||||||
OPTIMISATION = "-O6",
|
OPTIMISATION = "-O",
|
||||||
|
|
||||||
-- Ensure the descr and headers are installed first because we'll need
|
-- Ensure the descr and headers are installed first because we'll need
|
||||||
-- them to build the libraries.
|
-- them to build the libraries.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user