From 3e187c094f12ef41ea6de2f55d128c3e037b5c12 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 25 Sep 2019 19:17:09 +0100 Subject: Untested version, recompiled with new buf library and with c+ --- h64e/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'h64e/Makefile') diff --git a/h64e/Makefile b/h64e/Makefile index 074800b..8bc4bab 100644 --- a/h64e/Makefile +++ b/h64e/Makefile @@ -1,4 +1,4 @@ -CC=gcc -CFLAGS= +CC=g++ +CFLAGS=-Wwrite-strings -fpermissive -fno-rtti -fno-exceptions -fno-unwind-tables make: - $(CC) -c core.c \ No newline at end of file + $(CC) $(CFLAGS) -c core.c \ No newline at end of file -- cgit v1.2.3