Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
9e975add
Commit
9e975add
authored
Jul 18, 2001
by
Josh Coalson
Browse files
add macro define for inlining
parent
b00a0cee
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/exe.mk
View file @
9e975add
...
...
@@ -33,7 +33,7 @@ all : release
include
../../build/config.mk
debug
:
CFLAGS = -g -O0 -DDEBUG $(DEBUG_CFLAGS) -Wall -W -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
release
:
CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
release
:
CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W
-Winline -DFLAC__INLINE=__inline__
-DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
LFLAGS
=
-L
$(LIBPATH)
...
...
build/lib.mk
View file @
9e975add
...
...
@@ -32,7 +32,7 @@ all : release
include
../../build/config.mk
debug
:
CFLAGS = -g -O0 -DDEBUG $(DEBUG_CFLAGS) -Wall -W -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
release
:
CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
release
:
CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W
-Winline -DFLAC__INLINE=__inline__
-DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
LFLAGS
=
-L
$(LIBPATH)
...
...
configure.in
View file @
9e975add
...
...
@@ -141,7 +141,7 @@ CFLAGS="$CFLAGS -g -O0 -DDEBUG"
else
CFLAGS="$CFLAGS -O3 -DNDEBUG"
if test x$GCC = xyes; then
CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions"
CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions
-Winline -DFLAC__INLINE=__inline__
"
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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