@R using -fno-rtti -fno-exceptions for c++ examples

This commit is contained in:
bebbo
2017-07-06 23:52:53 +02:00
parent bc6790432f
commit 2dc7429e4b
+1 -1
View File
@@ -1,7 +1,7 @@
CC = m68k-amigaos-gcc
CXX = m68k-amigaos-g++
CFLAGS = -Os -Wall -fomit-frame-pointer
CXXFLAGS = -Os -Wall -fomit-frame-pointer
CXXFLAGS = -Os -Wall -fomit-frame-pointer -fno-rtti -fno-exceptions
BINS = hello-ks13 hello-ks20 hello-ks20.clib2 \
hello-stdio hello-stdio.clib2 hello-stdio.nix13 \