Skip to content

Commit 78777e8

Browse files
author
dtrg
committed
Now using more conservative optimisation due to random seg fault issues.
1 parent df088c1 commit 78777e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plat/linux386/pmfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local headers = group {
2525
platform_linux386 = group {
2626
ARCH = "i386",
2727
PLATFORM = "linux386",
28-
OPTIMISATION = "-O6",
28+
OPTIMISATION = "-O",
2929

3030
-- Ensure the descr and headers are installed first because we'll need it
3131
-- to build the libraries.

plat/pc86/pmfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local headers = group {
2525
platform_pc86 = group {
2626
ARCH = "i86",
2727
PLATFORM = "pc86",
28-
OPTIMISATION = "-O6",
28+
OPTIMISATION = "-O",
2929

3030
-- Ensure the descr and headers are installed first because we'll need
3131
-- them to build the libraries.

0 commit comments

Comments
 (0)