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