diff --git a/src/lib/objgfx40/Makefile b/src/lib/objgfx40/Makefile index 8653ed7..7382a27 100644 --- a/src/lib/objgfx40/Makefile +++ b/src/lib/objgfx40/Makefile @@ -21,7 +21,7 @@ # Compile the source files .cpp.o: - $(CXX) -Wall -g -fno-builtin -fno-rtti -fno-exceptions -DNOBOOL $(INCLUDE) -c -o $@ $< + $(CXX) -Wall -g -fno-exceptions -DNOBOOL $(INCLUDE) -c -o $@ $< .cc.o: $(CXX) -Wall -fomit-frame-pointer -O -nobuilting -I../../lib/libc/include -I./include -S -o $@ $<