]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/make.common
examples: Add layers group command line parameter
[tidl/tidl-api.git] / examples / make.common
index e0111173572380e0ddc4c2c2ec0419829204ce25..aab1d584fac5021dd9a209e0ec2b7f5489e18d72 100644 (file)
@@ -39,7 +39,7 @@ include $(TIDL_API_DIR)/make.inc
 ifeq ($(BUILD), debug)
        CXXFLAGS += -Og -g -ggdb
 else
-       CXXFLAGS += -O3
+       CXXFLAGS += -O3 -Wall -Werror -Wno-error=ignored-attributes
 endif
 
 CXXFLAGS += -I. -I$(TIDL_API_DIR)/inc -std=c++11
@@ -54,3 +54,5 @@ all: $(EXE)
 clean::
        $(RM) -f $(EXE) stats_tool_out.* *.out
 
+run:
+       ./$(EXE)