1
0
Fork 0

Fix a bug

gcc_bug
root 2015-01-10 14:52:01 +00:00
parent 75509546dd
commit 2ab6af539d
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ CXXFLAGS += -flto
LDFLAGS += $(CXXFLAGS)
test: test.o
$(CXX) -o $@ $(OBJS) $(LDFLAGS)
$(CXX) -o $@ test.o $(LDFLAGS)