Blob Blame History Raw
diff -U 3 -H -d -r -N -- a/Makefile.in b/Makefile.in
--- a/Makefile.in	2015-05-08 17:54:54.000000000 +0200
+++ b/Makefile.in	2015-12-02 21:37:16.636099154 +0100
@@ -33,7 +33,8 @@
 # Compiler options
 ifndef fpcopts 
 #fpcopts=-O1 -g -gl -Ci -Cr -Co -Ct  // debug
-fpcopts=-O3 -OoREGVAR -Ch2000000 -CX -XX -Xs 
+#fpcopts=-O3 -OoREGVAR -Ch2000000 -CX -XX -Xs 
+fpcopts= -O1 -g -gl -OoREGVAR -Ch2000000 -CX -XX
 endif
 # LCL Platform
 ifndef LCL_PLATFORM
diff -U 3 -H -d -r -N -- a/install.sh b/install.sh
--- a/install.sh	2015-05-08 15:10:06.000000000 +0200
+++ b/install.sh	2015-12-02 21:26:41.096542245 +0100
@@ -23,7 +23,7 @@
 install -m 755 -d $destdir/share/icons/hicolor/48x48
 install -m 755 -d $destdir/share/icons/hicolor/48x48/apps
 
-install -v -m 755 -s indistarter  $destdir/bin/indistarter
+install -v -m 755 indistarter  $destdir/bin/indistarter
 install -v -m 644 system_integration/Linux/share/applications/indistarter.desktop $destdir/share/applications/indistarter.desktop
 install -v -m 644 system_integration/Linux/share/appdata/indistarter.appdata.xml $destdir/share/appdata/indistarter.appdata.xml
 install -v -m 644 system_integration/Linux/share/doc/indistarter/changelog $destdir/share/doc/indistarter/changelog