Removed libstdc++
This commit is contained in:
parent
aed7a605b2
commit
ee57e48d53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue