mirror of https://github.com/apache/activemq.git
16 lines
300 B
INI
16 lines
300 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 = $(MAKESUPPORT_HOME)/out
|
||
|
ARFLAGS =
|
||
|
|
||
|
|