mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
@R using -fno-rtti -fno-exceptions for c++ examples
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
CC = m68k-amigaos-gcc
|
CC = m68k-amigaos-gcc
|
||||||
CXX = m68k-amigaos-g++
|
CXX = m68k-amigaos-g++
|
||||||
CFLAGS = -Os -Wall -fomit-frame-pointer
|
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 \
|
BINS = hello-ks13 hello-ks20 hello-ks20.clib2 \
|
||||||
hello-stdio hello-stdio.clib2 hello-stdio.nix13 \
|
hello-stdio hello-stdio.clib2 hello-stdio.nix13 \
|
||||||
|
|||||||
Reference in New Issue
Block a user