here’s how:
gcc test.c -DGC_MALLOC_LIMIT=3300
note also that CCFLAGS is simlar
[in windows at least]
set CCFLAGS=”-DGC_MALLOC_LIMIT=3300″
or
set CCFLAGS=-DGC_MALLOC_LIMIT=3300
here’s how:
gcc test.c -DGC_MALLOC_LIMIT=3300
note also that CCFLAGS is simlar
[in windows at least]
set CCFLAGS=”-DGC_MALLOC_LIMIT=3300″
or
set CCFLAGS=-DGC_MALLOC_LIMIT=3300
RSS feed for comments on this post. TrackBack URL
Powered by WordPress
cflags preprocessor example
Comment by rogerdpack — August 4, 2009 @ 5:10 pm