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;