You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-lang/epic/files/epic-0.9.3.3-respect-user-c...

14 lines
324 B

diff --git a/evm/Makefile b/evm/Makefile
index 7e6c5ff..f40f1a4 100644
--- a/evm/Makefile
+++ b/evm/Makefile
@@ -1,6 +1,7 @@
CC = gcc
#CFLAGS = -Wall -g -DUSE_BOEHM
-CFLAGS = -Wall -O3 -DUSE_BOEHM
+CFLAGS ?= -Wall -O3
+CFLAGS += -DUSE_BOEHM
OBJS = closure.o stdfuns.o emalloc.o sparks.o
INSTALLDIR = ${PREFIX}/lib/evm