1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

We offically only use -O optimization.

This commit is contained in:
David E. O'Brien 2000-07-19 13:23:09 +00:00
parent 7d609004d5
commit 8b57e0b79b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30858

View File

@ -0,0 +1,12 @@
--- config/cf/FreeBSD.cf.dist Wed Jul 19 06:13:11 2000
+++ config/cf/FreeBSD.cf Wed Jul 19 06:15:46 2000
@@ -335,3 +335,3 @@
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
-#define DefaultGcc2i386Opt -O2
+#define DefaultGcc2i386Opt -O
#endif
@@ -342,3 +342,3 @@
#else
-# define OptimizedCDebugFlags -O2
+# define OptimizedCDebugFlags -O
#endif