summaryrefslogtreecommitdiff
path: root/configs/netbsd
blob: e74ca632e79f8c0bdbaab9d3e49f3171445ccbb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

# Work around aliasing bugs - developers should comment this out
CFLAGS += -fno-strict-aliasing
CXXFLAGS += -fno-strict-aliasing