mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
fix -O flag
This commit is contained in:
parent
94ab53febf
commit
b07cffd28e
@ -1,6 +1,6 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
|
||||
# AM_CFLAGS = -g -O0
|
||||
|
||||
# check for system
|
||||
#if LINUX
|
||||
@ -11,7 +11,6 @@ AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
|
||||
AM_CPPFLAGS = -W -Wall -g -std=c99 -DCONFIG_FILE=\"$(sysconfdir)/antd-config.ini\"
|
||||
|
||||
# dynamic library
|
||||
lib_LTLIBRARIES = libantd.la
|
||||
libantd_la_SOURCES = lib/ini.c \
|
||||
|
@ -4,6 +4,7 @@ AC_INIT([antd], [1.0.4b], [xsang.le@gmail.com])
|
||||
# We’re going to use automake for this project
|
||||
AM_INIT_AUTOMAKE([subdir-objects])
|
||||
|
||||
: ${CFLAGS="-g -O0"}
|
||||
# dependencies
|
||||
# C compiler
|
||||
AC_PROG_CC
|
||||
|
BIN
dist/antd-1.0.4b.tar.gz
vendored
BIN
dist/antd-1.0.4b.tar.gz
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user