mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Added -fno-rrti to the C++ compile flags in the cross-compiler.
This commit is contained in:
parent
9a77901883
commit
75282bdab7
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ LDFLAGS=$(CPULDFLAGS)
|
|||
CC=gcc
|
||||
CFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
|
||||
CXX=g++
|
||||
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES) -fno-exceptions
|
||||
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES) -fno-exceptions -fno-rtti
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue