Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
6904e6a8
Commit
6904e6a8
authored
May 03, 2001
by
Josh Coalson
Browse files
make PRECOMPUTE_PARTITION_SUMS the default
parent
9c03c192
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/Makefile.am
View file @
6904e6a8
...
...
@@ -4,9 +4,9 @@
lib_LTLIBRARIES
=
libFLAC.la
if
DEBUG
CFLAGS
+=
@CFLAGS@
-DFLAC__OVERFLOW_DETECT
CFLAGS
+=
@CFLAGS@
-DFLAC__PRECOMPUTE_PARTITION_SUMS
-DFLAC__OVERFLOW_DETECT
else
CFLAGS
=
@CFLAGS@
CFLAGS
=
@CFLAGS@
-DFLAC__PRECOMPUTE_PARTITION_SUMS
endif
libFLAC_la_SOURCES
=
\
...
...
src/libFLAC/Makefile.lite
View file @
6904e6a8
...
...
@@ -3,6 +3,7 @@
#
LIB_NAME
=
libFLAC
DEFINES
=
-DFLAC__PRECOMPUTE_PARTITION_SUMS
INCLUDES
=
-I
./include
-I
../../include
DEBUG_CFLAGS
=
-DFLAC__OVERFLOW_DETECT
...
...
src/libFLAC/Makefile.vc
View file @
6904e6a8
...
...
@@ -2,10 +2,10 @@
!IFDEF
DEBUG
.c.obj
:
$(cc)
/D FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/D
FLAC__PRECOMPUTE_PARTITION_SUMS /D
FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
$(cc)
/D FLAC__PRECOMPUTE_PARTITION_SUMS
/O2
$(crelease)
$(cflags)
/I
"..
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment