ctb server: modified program fpag in case of errors

This commit is contained in:
2019-02-21 15:56:51 +01:00
parent a4f1b7670f
commit 617f3d2600
5 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
CROSS = bfin-uclinux-
CC = $(CROSS)gcc
CFLAGS += -Wall -DCHIPTESTBOARDD -DSTOP_SERVER -DDEBUG1 #-DJCTB -DVERBOSEI #-DVERBOSE
CFLAGS += -Wall -DCHIPTESTBOARDD -DSTOP_SERVER #-DDEBUG1 #-DJCTB -DVERBOSEI #-DVERBOSE
LDLIBS += -lm -lstdc++
PROGS = ctbDetectorServer
@@ -28,4 +28,4 @@ clean:
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb