mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@406628 13f79535-47bb-0310-9956-ffa450edef68
15 lines
299 B
INI
15 lines
299 B
INI
#
|
|
# Compiler specific configuration
|
|
#
|
|
|
|
#
|
|
# GCC/G++ debug for Linux
|
|
#
|
|
CC = g++ -frtti -g -DDEBUG -D_DEBUG -D_REENTRANT -DMACOSX -Dunix
|
|
LD = g++ -g -frtti
|
|
CCFLAGS = -Wall
|
|
LDFLAGS = -lpthread
|
|
OUTDIR = $(MAKE_HOME)/out
|
|
ARFLAGS =
|
|
|