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 -pthread -O3 -DNDEBUG -D_REENTRANT
|
||
|
LD = g++ -frtti -pthread
|
||
|
CCFLAGS = -Wall
|
||
|
LDFLAGS = -luuid
|
||
|
OUTDIR = $(MAKESUPPORT_HOME)/out
|
||
|
ARFLAGS =
|
||
|
|
||
|
|