Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r6e4b913 rd9b499c  
    114114CFA_BACKEND_CC = @CFA_BACKEND_CC@
    115115CFA_BINDIR = @CFA_BINDIR@
    116 CFA_FLAGS = @CFA_FLAGS@
    117116CFA_INCDIR = @CFA_INCDIR@
    118117CFA_LIBDIR = @CFA_LIBDIR@
     
    120119
    121120# applies to both programs
    122 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ # TEMPORARY: does not build with -O2
     121CFLAGS = -g -Wall -Wno-unused-function # TEMPORARY: does not build with -O2
    123122CPP = @CPP@
    124123CPPFLAGS = @CPPFLAGS@
Note: See TracChangeset for help on using the changeset viewer.