wrote on n sub unit test and made necessary fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
CC := g++
|
||||
CFLAGS := -Wall
|
||||
CFLAGS += -std=c++11
|
||||
#CFLAGS += -fno-rtti
|
||||
#CFLAGS += -fno-exceptions
|
||||
#CFLAGS += -Os
|
||||
CFLAGS += -fno-rtti
|
||||
CFLAGS += -fno-exceptions
|
||||
CFLAGS += -Os
|
||||
LFLAGS :=
|
||||
|
||||
.PHONY: all
|
||||
|
||||
Reference in New Issue
Block a user