diff --git a/src/lib/views/sunlight/Makefile b/src/lib/views/sunlight/Makefile index cb0db08..5b62073 100644 --- a/src/lib/views/sunlight/Makefile +++ b/src/lib/views/sunlight/Makefile @@ -17,10 +17,10 @@ # Compile the source files .cpp.o: - $(CXX) -Wall -g -fno-exceptions -DNOBOOL $(INCLUDE) -c -o $@ $< + $(CXX) -Wall -g -nostdlib -fno-exceptions -DNOBOOL $(INCLUDE) -c -o $@ $< .cc.o: - $(CXX) -Wall -fomit-frame-pointer -O -I./include -S -o $@ $< + $(CXX) -Wall -nostdlib -fomit-frame-pointer -O -I./include -S -o $@ $< .c.o: $(CC) -Wall -O -I../../../lib/libc/include -c -o $@ $<