commit | 12192031fd00028e6e289eef4099fc7a0de9be43 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Sun Feb 24 18:22:44 2013 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Sat Apr 06 15:53:41 2013 -0700 |
tree | e669abb297b049abdaa1481218bde3b823ae322c | |
parent | 5375773d41a322bf4d0098d80da8fb29dd788b69 [diff] |
loci: optimize loci.c for size Reduces the size of loci.o by 27%.
diff --git a/c_gen/c_code_gen.py b/c_gen/c_code_gen.py index b32bd27..52d30f2 100644 --- a/c_gen/c_code_gen.py +++ b/c_gen/c_code_gen.py
@@ -756,6 +756,8 @@ * ****************************************************************/ +#pragma GCC optimize ("s") + #include <loci/loci.h> #include <loci/of_object.h> #include "loci_log.h"