File: Makefile.linux.min

package info (click to toggle)
sonic-visualiser 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,744 kB
  • sloc: cpp: 158,888; ansic: 11,920; sh: 1,785; makefile: 517; xml: 64; perl: 31
file content (13 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13

# This Makefile resembles the sort of settings one might use on a
# small device without library support. It's mainly here as another CI
# test target that is quite different from the default configuration

VECTOR_DEFINES		:= -DNO_EXCEPTIONS -DUSE_SINGLE_PRECISION_COMPLEX -DUSE_POMMIER_MATHFUN -DUSE_APPROXIMATE_ATAN2

ALLOCATOR_DEFINES 	:= -DUSE_OWN_ALIGNED_MALLOC -DLACK_POSIX_MEMALIGN -DMALLOC_IS_NOT_ALIGNED

THIRD_PARTY_INCLUDES	:= 
THIRD_PARTY_LIBS	:= 

include build/Makefile.inc