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
Stefan Strogin
flac
Commits
3ce31b4b
Commit
3ce31b4b
authored
Jul 18, 2001
by
Josh Coalson
Browse files
remove -ffast-math from gcc CFLAGS
parent
d01b13a7
Changes
2
Show whitespace changes
Inline
Side-by-side
build/exe.mk
View file @
3ce31b4b
...
...
@@ -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
-ffast-math
-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 -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
LFLAGS
=
-L
$(LIBPATH)
...
...
build/lib.mk
View file @
3ce31b4b
...
...
@@ -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
-ffast-math
-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 -DVERSION=$(VERSION) $(DEFINES) $(INCLUDES)
LFLAGS
=
-L
$(LIBPATH)
...
...
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