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