File: Platform.Mips

package info (click to toggle)
openni-sensor-primesense 5.1.0.41-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,932 kB
  • ctags: 8,061
  • sloc: cpp: 34,506; ansic: 14,901; sh: 245; python: 155; makefile: 93; xml: 8
file content (9 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
ifeq "$(CFG)" "Release"

    # Optimization level, minus currently buggy optimizing methods (which break bit-exact)
    CFLAGS += -O3 -fno-tree-pre -fno-strict-aliasing

    # More optimization flags
    CFLAGS += -ftree-vectorize -ffast-math -funsafe-math-optimizations -fsingle-precision-constant

endif