We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df088c1 commit 78777e8Copy full SHA for 78777e8
plat/linux386/pmfile
@@ -25,7 +25,7 @@ local headers = group {
25
platform_linux386 = group {
26
ARCH = "i386",
27
PLATFORM = "linux386",
28
- OPTIMISATION = "-O6",
+ OPTIMISATION = "-O",
29
30
-- Ensure the descr and headers are installed first because we'll need it
31
-- to build the libraries.
plat/pc86/pmfile
platform_pc86 = group {
ARCH = "i86",
PLATFORM = "pc86",
-- Ensure the descr and headers are installed first because we'll need
-- them to build the libraries.
0 commit comments