Changeset 933f32f for libcfa/configure
- Timestamp:
- May 24, 2019, 10:19:41 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d908563
- Parents:
- 6a9d4b4 (diff), 292642a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r6a9d4b4 r933f32f 2382 2382 2383 2383 2384 # http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_check_compile_flag.m4 2385 2384 2386 2385 2387 am__api_version='1.15' … … 2957 2959 case $CONFIGURATION in 2958 2960 "debug" ) 2959 CONFIG_CFLAGS="-O 0-g"2961 CONFIG_CFLAGS="-Og -g" 2960 2962 CONFIG_CFAFLAGS="-debug" 2961 2963 CONFIG_BUILDLIB="yes" 2962 2964 ;; 2963 2965 "nodebug" ) 2964 CONFIG_CFLAGS="-O 2-s"2966 CONFIG_CFLAGS="-O3 -s" 2965 2967 CONFIG_CFAFLAGS="-nodebug" 2966 2968 CONFIG_BUILDLIB="yes" 2967 2969 ;; 2968 2970 "nolib" ) 2969 CONFIG_CFLAGS="-O2 -s" 2971 CONFIG_CFLAGS="-O3 -s" 2972 CONFIG_CFAFLAGS="-nolib" 2973 CONFIG_BUILDLIB="no" 2974 ;; 2975 "profile" ) 2976 CONFIG_CFLAGS="-O3 -g -fno-omit-frame-pointer" 2970 2977 CONFIG_CFAFLAGS="-nodebug" 2971 CONFIG_BUILDLIB=" no"2978 CONFIG_BUILDLIB="yes" 2972 2979 ;; 2973 2980 *) … … 2975 2982 ;; 2976 2983 esac 2984 2985 CONFIG_CFAFLAGS="${CONFIG_CFAFLAGS} ${CFAFLAGS}" 2977 2986 2978 2987
Note:
See TracChangeset
for help on using the changeset viewer.