Changeset 318 for cpp/frams/Makefile-SDK
- Timestamp:
- 01/30/15 11:25:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/Makefile-SDK
r317 r318 9 9 sdk_tests: $(SDK_TESTS) 10 10 11 CXXWARNINGS=-Wall -Wno-parentheses -Wno-overloaded-virtual -Wno-format -Werror=return-type 12 11 13 SDK_BUILD_CONFIG= -include frams/config/sdk_build_config.h 12 CXXFLAGS= -I$(CURDIR) -std=gnu++11 $(SDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format-g14 CXXFLAGS= -I$(CURDIR) -std=gnu++11 $(SDK_BUILD_CONFIG) $(CXXWARNINGS) -g 13 15 14 16 #############################################
Note: See TracChangeset
for help on using the changeset viewer.