Skip to content

Commit

Permalink
Tweak C compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Apr 7, 2009
1 parent 1c4796a commit 4c46e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/hosts/x86_64-linux.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# regarding copyright ownership.
#
c.exe=/usr/bin/gcc
c.args=-w -pipe -ggdb3 -O -fPIC -m32
c.args=-w -g -mfpmath=sse -O3 -m32
ld.exe=/usr/bin/ld
bison.exe=/usr/bin/bison
perl.exe=/usr/bin/perl
Expand Down

0 comments on commit 4c46e34

Please sign in to comment.