blob: 3d8d707509d5406f6ab1bb4072b9c02f4bca5371 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +67,6 @@
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
-# Prevents setting flags.
-CXXFLAGS=""
-
# More secret source
AC_GNU_SOURCE
@@ -145,7 +144,6 @@
CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
if test "${GXX}" = "yes" ; then
CXXFLAGS="${CXXFLAGS} -ffast-math -fstrict-overflow -fstrict-aliasing -finline-functions -fomit-frame-pointer -fcf-protection=none -fno-stack-protector"
- LDFLAGS="-s ${LDFLAGS}"
fi
fi
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
# For non-gcc compilers, change the options to "no-dependencies"
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = utils include lib chart doc tests shutterbug adie pathfinder calculator controlpanel glviewer windows
+SUBDIRS = utils include lib chart doc tests shutterbug adie pathfinder calculator controlpanel glviewer
EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.spec fox-config index.html aclocal.m4
bin_SCRIPTS = fox-config
|