mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 03:25:33 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424272 13f79535-47bb-0310-9956-ffa450edef68
15 lines
270 B
INI
15 lines
270 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 = -L$(OUTDIR) -l$(LIBRARY_NAME) -lcppunit -ldl -luuid
|
|
ARFLAGS =
|
|
|
|
|