aboutsummaryrefslogtreecommitdiffstats
path: root/libterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libterm/Makefile')
-rw-r--r--libterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libterm/Makefile b/libterm/Makefile
index 759b3f5..2ba9f7d 100644
--- a/libterm/Makefile
+++ b/libterm/Makefile
@@ -1,7 +1,7 @@
PROJECT=libterm
-CC=gcc
+CC=g++
LD=ld
-CFLAGS=-g3
+CFLAGS=-Wwrite-strings -fpermissive -fno-rtti -fno-exceptions -fno-unwind-tables
make:
$(CC) $(CFLAGS) -c term.c