diff options
author | FreeArtMan <dos21h@gmail.com> | 2019-09-25 19:17:09 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2019-09-25 19:17:09 +0100 |
commit | 3e187c094f12ef41ea6de2f55d128c3e037b5c12 (patch) | |
tree | f0dbbc5df260532e284ca5264297d0a8044eaeb4 /h64e/Makefile | |
parent | bbd73385a0db271b457c63e4d6bab54f581410f9 (diff) | |
download | ihe-3e187c094f12ef41ea6de2f55d128c3e037b5c12.tar.gz ihe-3e187c094f12ef41ea6de2f55d128c3e037b5c12.zip |
Untested version, recompiled with new buf library and with c+
Diffstat (limited to 'h64e/Makefile')
-rw-r--r-- | h64e/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |