Skip to content

Commit

Permalink
Use new GC on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Oct 27, 2010
1 parent e16e151 commit 0f32595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc.Darwin
@@ -1,12 +1,12 @@
CC = gcc
CXX = g++
CFLAGS =
CFLAGS = -std=gnu99

HFILEDIRS = /opt/local/include
LIBDIRS = /opt/local/lib /usr/local/lib

# BOEHM or MARKSWEEP
JULIAGC = BOEHM
JULIAGC = MARKSWEEP

ifeq ($(JULIAGC),BOEHM)
GCLIBS = -lgc
Expand Down

0 comments on commit 0f32595

Please sign in to comment.