search for: xcflag

Displaying 3 results from an estimated 3 matches for "xcflag".

Did you mean: cflag
2013 Feb 01
2
Make for Ruby 1.9.3 results in "cc1: out of memory allocating X bytes after a total of Y bytes"
...Andrejs root@vps [~/ruby-1.9.3-p0]# make CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Werror-implicit-function-declaration XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. DLDFLAGS = SOLIBS = compiling parse.c cc1: out of memory allocating 1904232 bytes after a total of 32403456 bytes make: *** [parse.o] Error 1 root@...
2015 Aug 28
2
RFC: alloca -- specify rounding factor for allocation (and more)
...g "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # types.h # a_b.c # a_b_c.c # main.c # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' XCFLAGS=-g -O3 -DNDEBUG X X Xall: reuse noreuse X Xa_b1.o: a_b.c X $(CC) $(CFLAGS) -c -o $@ -DREUSE=0 $+ X Xa_b2.o: a_b.c X $(CC) $(CFLAGS) -c -o $@ -DREUSE=1 $+ X Xnoreuse: a_b1.o a_b_c.o main.o X $(CC) -o $@ $(CFLAGS) $+ X Xreuse: a_b2.o a_b_c.o main.o X $(CC) -o $@ $(CFLAGS) $+ X Xclean: X rm *.o noreu...
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus codebase in libxl. Changes in V3: [1/5] Fix redundant checks in configure scripts (based on Ian Campbell''s suggestions) [2/5] Introduce locking in the script, during IFB setup. Add xenstore paths used by netbuf scripts to xenstore-paths.markdown [3/5] Hotplug scripts setup/teardown invocations are now