From: curt Date: Mon, 3 May 1999 11:42:53 +0000 (+0000) Subject: Removed unneeded -Lfoo/bar/ flag from Makefile. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6aa07ad71a04c16ee55b2d132199802f4166742f;p=flightgear.git Removed unneeded -Lfoo/bar/ flag from Makefile. Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment. --- diff --git a/Simulator/Main/Makefile.am b/Simulator/Main/Makefile.am index 3d5a51361..96d2c6634 100644 --- a/Simulator/Main/Makefile.am +++ b/Simulator/Main/Makefile.am @@ -1,6 +1,6 @@ if ENABLE_AUDIO_SUPPORT DEFS += -DENABLE_AUDIO_SUPPORT -AUDIO_LIBS = -L$(top_builddir)/Lib/plib/src/sl -lsl -lsm +AUDIO_LIBS = -lsl -lsm endif if ENABLE_IRIX_AUDIO diff --git a/Simulator/Main/views.cxx b/Simulator/Main/views.cxx index 9639f9617..10f77002b 100644 --- a/Simulator/Main/views.cxx +++ b/Simulator/Main/views.cxx @@ -45,7 +45,7 @@ // from matrices we have allready computed // rather then performing 'textbook algebra' to rederive them // Norman Vine -- nhv@yahoo.com -#define FG_VIEW_INLINE_OPTIMIZATIONS +// #define FG_VIEW_INLINE_OPTIMIZATIONS // temporary (hopefully) hack static int panel_hist = 0;