4
Fork 0

Removed libstdc++

This commit is contained in:
R3ABM Artem 2016-03-24 23:47:08 +03:00
parent aed7a605b2
commit ee57e48d53

View file

@ -27,7 +27,7 @@ OBJECTS = \
CronosAgent.o
FLAGS := -g -fno-omit-frame-pointer -O3 -MMD $(foreach directory, $(DIRECTORIES), -I$(directory)) -DBUILD=\"$(BUILD)\"
LIBS := -lstdc++ $(foreach library, $(LIBRARIES), -l$(library))
LIBS := $(foreach library, $(LIBRARIES), -l$(library))
CC = gcc
CFLAGS += $(FLAGS) -std=gnu99