Changeset 3e06da2 for doc/working/exception/impl/Makefile
- Timestamp:
- Jan 15, 2019, 10:57:49 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 42506e1, c9aba81
- Parents:
- fd73248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/working/exception/impl/Makefile ¶
rfd73248 r3e06da2 1 CFLAGS = -fexceptions -Wall -Werror 1 CFLAGS = -fexceptions -Wall -Werror -g 2 2 CC = gcc 3 3 … … 16 16 $(CC) $(CFLAGS) -o $@ $^ 17 17 18 exception.s: exception.c 19 $(CC) $(CFLAGS) -S -o $@ -fPIC $^ 20 18 21 libexcept.so: exception.c 19 22 $(CC) $(CFLAGS) -shared -o $@ -fPIC $^
Note: See TracChangeset
for help on using the changeset viewer.