summaryrefslogtreecommitdiff
path: root/lang/cli/files/patch-rotorenv::bin::makefile.def
blob: 5fe05d823f0ff3f232103c4b6e246b21549a2675 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- rotorenv/bin/makefile.def.orig	Fri Mar 22 03:48:24 2002
+++ rotorenv/bin/makefile.def	Fri Mar 29 20:21:35 2002
@@ -1428,7 +1428,7 @@
 !ENDIF
 
 !ifdef PLATFORM_UNIX
-DEFAULT_MSC_OPT=-O2
+DEFAULT_MSC_OPT=$(CXXFLAGS)
 !else
 DEFAULT_MSC_OPT = /Oxs
 !endif