summaryrefslogtreecommitdiff
path: root/config.mk
blob: 948ecd15c05a96f6d5cd58c1f068aab31ca7c5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LeoCAD configuration file
#
include version.mk

CC		:= gcc
CXX		:= g++

OS 		:= -DLC_LINUX
OSDIR 		:= linux

# (Add a -g for debugging)
CPPFLAGS += -O2 -Wall

# Add compile options, such as -I option to include jpeglib's headers
# CPPFLAGS += -I/home/fred/jpeglib

# Add linker options, such as -L option to include jpeglib's libraries
# LDFLAGS += -L/home/fred/jpeglib