Ignore:
Timestamp:
Jan 15, 2019, 10:57:49 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Apparent fix for debug resolution problem with exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/working/exception/impl/Makefile

    rfd73248 r3e06da2  
    1 CFLAGS = -fexceptions -Wall -Werror
     1CFLAGS = -fexceptions -Wall -Werror -g
    22CC = gcc
    33
     
    1616        $(CC) $(CFLAGS) -o $@ $^
    1717
     18exception.s: exception.c
     19        $(CC) $(CFLAGS) -S -o $@ -fPIC $^
     20
    1821libexcept.so: exception.c
    1922        $(CC) $(CFLAGS) -shared -o $@ -fPIC $^
Note: See TracChangeset for help on using the changeset viewer.