Преглед на файлове

Use better optimisation options.

dtrg преди 17 години
родител
ревизия
5c12b869aa
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      plat/linux386/pmfile
  2. 1 1
      plat/pc86/pmfile

+ 1 - 1
plat/linux386/pmfile

@@ -25,7 +25,7 @@ local headers = group {
 platform_linux386 = group {
 	ARCH = "i386",
 	PLATFORM = "linux386",
-	OPTIMISATION = "-O",
+	OPTIMISATION = "-O6",
 	
 	-- Ensure the descr and headers are installed first because we'll need it
 	-- to build the libraries.

+ 1 - 1
plat/pc86/pmfile

@@ -25,7 +25,7 @@ local headers = group {
 platform_pc86 = group {
 	ARCH = "i86",
 	PLATFORM = "pc86",
-	OPTIMISATION = "-O",
+	OPTIMISATION = "-O6",
 	
 	-- Ensure the descr and headers are installed first because we'll need
 	-- them to build the libraries.