com.gemstone.gemfire.internal.gcc.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemfire-core Show documentation
Show all versions of gemfire-core Show documentation
SnappyData store based off Pivotal GemFireXD
#! /bin/csh
#
if ( $1 == "full" ) then
# echo "full"
gccimpl.sh $2 -DFLG_DEBUG
else
# echo "filtered"
gccimpl.sh $* -DFLG_DEBUG \
|& egrep -v -e ': In function' \
| egrep -v -e 'jni.h: In method|warning.*varargs function cannot be inline' \
| egrep -v -e '\.hpp.*will never be executed' | less -iX
endif