blob: 515f6cca63853ba46d47dc5d7e374eaea703fabb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Configuration for 16 bits/channel OSMesa library on Linux
include $(TOP)/configs/linux-osmesa16
CONFIG_NAME = linux-osmesa16-static
# Compiler and flags
MKLIB_OPTIONS = -static
PIC_FLAGS =
# Work around aliasing bugs - developers should comment this out
CFLAGS += -fno-strict-aliasing
CXXFLAGS += -fno-strict-aliasing
# Library names
OSMESA_LIB_NAME = lib$(OSMESA_LIB).a
|