← Back to team overview

ffc team mailing list archive

[noreply@xxxxxxxxxxxxx: [Branch ~ffc-core/ffc/main] Rev 1520: See if -O2 flag makes buildbot happy]

 

-O2 also makes more sense.

There's a risk -O3 might hit very hard on complex forms.

--
Anders
--- Begin Message ---
------------------------------------------------------------
revno: 1520
committer: Garth N. Wells <gnw20@xxxxxxxxx>
branch nick: ffc
timestamp: Sat 2010-09-04 11:46:51 +0100
message:
  See if -O2 flag makes buildbot happy
modified:
  ffc/parameters.py


--
lp:ffc
https://code.launchpad.net/~ffc-core/ffc/main

Your team FFC Core Team is subscribed to branch lp:ffc.
To unsubscribe from this branch go to https://code.launchpad.net/~ffc-core/ffc/main/+edit-subscription
=== modified file 'ffc/parameters.py'
--- ffc/parameters.py	2010-09-04 10:31:42 +0000
+++ ffc/parameters.py	2010-09-04 10:46:51 +0000
@@ -29,7 +29,7 @@
   "output_dir":                     ".",     # output directory for generated
                                              # code
   "cpp_optimize":                   False,   # optimization for the JIT compiler
-  "cpp_optimize_flags":             "-O3",   # optimization flags for the JIT compiler
+  "cpp_optimize_flags":             "-O2",   # optimization flags for the JIT compiler
   "optimize":                       False,   # optimise the code generation
   "log_level":                      INFO,    # log level, displaying only
                                              # messages with level >= log_level


--- End Message ---

Follow ups