Changeset 805 for soft/giet_vm/applications/rosenfeld/Makefile
- Timestamp:
- Mar 15, 2016, 6:35:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/rosenfeld/Makefile
r798 r805 1 1 2 2 # -- Paths ---------- 3 SRC_PATH = src 3 SRC_PATH = src-par 4 4 OBJ_PATH = obj 5 5 EXE_PATH = bin … … 42 42 43 43 44 CFLAGSW := -Wredundant-decls -Wdisabled-optimization -Winline -Wpointer-arith -Wsign-compare -Wendif-labels -Wno-unused-function 44 CFLAGSW := -Wredundant-decls -Wdisabled-optimization -Winline -Wpointer-arith -Wsign-compare -Wendif-labels -Wno-unused-function -Wno-unused-variable 45 45 46 46 # -- Flags ----------
Note: See TracChangeset
for help on using the changeset viewer.