Added -fno-exceptions to the cross compiler flags.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-16 18:46:56 +01:00
parent da2bfac34f
commit ae6696ed7a
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ LDFLAGS=$(CPULDFLAGS)
CC=gcc
CFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
CXX=g++
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES)
CXXFLAGS=$(CPUFLAGS) $(FLAGS) $(INCLUDES) -fno-exceptions