Changeset c9e640e for libcfa/configure


Ignore:
Timestamp:
Feb 28, 2019, 2:43:01 PM (5 years ago)
Author:
tdelisle <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, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
a1099278
Parents:
8f74a6a
Message:

Fixed benign warning when compiling with nolib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r8f74a6a rc9e640e  
    29702970        "nolib"   )
    29712971                CONFIG_CFLAGS="-O2 -s"
    2972                 CONFIG_CFAFLAGS="-nodebug"
     2972                CONFIG_CFAFLAGS="-nolib"
    29732973                CONFIG_BUILDLIB="no"
    29742974        ;;
Note: See TracChangeset for help on using the changeset viewer.