b139abf7aa
and oga@ (with dri enabled).
18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
# Configuration for NetBSD
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = netbsd
|
|
|
|
# Compiler and flags
|
|
CC = gcc
|
|
CXX = g++
|
|
CFLAGS = -O2 -fPIC -DUSE_XSHM -I/usr/X11R6/include -DHZ=100
|
|
CXXFLAGS = -O2 -fPIC
|
|
GLUT_CFLAGS = -fexceptions
|
|
APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
|
|
|
|
# Work around aliasing bugs - developers should comment this out
|
|
CFLAGS += -fno-strict-aliasing
|
|
CXXFLAGS += -fno-strict-aliasing
|