SF.net SVN: geany:[2892] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Aug 18 10:35:22 UTC 2008


Revision: 2892
          http://geany.svn.sourceforge.net/geany/?rev=2892&view=rev
Author:   eht16
Date:     2008-08-18 10:35:22 +0000 (Mon, 18 Aug 2008)

Log Message:
-----------
Remove non-portable compiler optimisation '-Os'.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/scintilla/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-08-17 14:20:30 UTC (rev 2891)
+++ trunk/ChangeLog	2008-08-18 10:35:22 UTC (rev 2892)
@@ -1,3 +1,9 @@
+2008-08-18  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * scintilla/Makefile.am:
+   Remove non-portable compiler optimisation '-Os'.
+
+
 2008-08-17  Enrico Tröger  <Enrico Tröger at localhost>
 
  * geany.nsi:

Modified: trunk/scintilla/Makefile.am
===================================================================
--- trunk/scintilla/Makefile.am	2008-08-17 14:20:30 UTC (rev 2891)
+++ trunk/scintilla/Makefile.am	2008-08-18 10:35:22 UTC (rev 2892)
@@ -3,7 +3,7 @@
 
 noinst_LIBRARIES=libscintilla.a
 
-AM_CXXFLAGS = -DNDEBUG -Os -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE
+AM_CXXFLAGS = -DNDEBUG -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE
 
 LEXER_SRCS= \
 LexAsm.cxx \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list