Changeset 317 for cpp/frams/Makefile-SDK
- Timestamp:
- 01/30/15 02:51:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/Makefile-SDK
r307 r317 10 10 11 11 SDK_BUILD_CONFIG= -include frams/config/sdk_build_config.h 12 CXXFLAGS= -I$(CURDIR) -std=gnu++11 -DLINUX$(SDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g12 CXXFLAGS= -I$(CURDIR) -std=gnu++11 $(SDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g 13 13 14 14 #############################################
Note: See TracChangeset
for help on using the changeset viewer.