used more library friendly optimization level

Thu, 17 Jan 2013 23:56:48 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 17 Jan 2013 23:56:48 +0100
changeset 77
51311a5685d3
parent 76
655020a30e77
child 78
af355652f271

used more library friendly optimization level

gcc.mk file | annotate | diff | comparison | revisions
osx.mk file | annotate | diff | comparison | revisions
     1.1 --- a/gcc.mk	Fri Nov 30 13:10:58 2012 +0100
     1.2 +++ b/gcc.mk	Thu Jan 17 23:56:48 2013 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  AR = ar
     1.5  RM = rm
     1.6  
     1.7 -CFLAGS  = -std=gnu99 -O3 -fstrict-aliasing -c
     1.8 +CFLAGS  = -std=gnu99 -O2 -fstrict-aliasing -c
     1.9  COFLAGS = -o
    1.10  LDFLAGS = 
    1.11  LOFLAGS = -o
     2.1 --- a/osx.mk	Fri Nov 30 13:10:58 2012 +0100
     2.2 +++ b/osx.mk	Thu Jan 17 23:56:48 2013 +0100
     2.3 @@ -31,7 +31,7 @@
     2.4  AR = ar
     2.5  RM = rm
     2.6  
     2.7 -CFLAGS  = -std=gnu99 -g -c
     2.8 +CFLAGS  = -std=gnu99 -O2 -c
     2.9  COFLAGS = -o
    2.10  LDFLAGS = 
    2.11  LOFLAGS = -o

mercurial