Skip to content

Commit

Permalink
Removed the "-g" compile option for the optimized version of FLTK. Th…
Browse files Browse the repository at this point in the history
…is was probably a leftover from someone debugging the optimized version (and I am too lazy and polit to run "svn blame", especially since that someone could have been myself ;-)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4692 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Dec 10, 2005
1 parent 0ce3c4c commit 861944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -782,7 +782,7 @@ if test -n "$GCC"; then
if test "x$with_optim" != x; then
OPTIM="$with_optim $OPTIM"
else
OPTIM="-Os -g $OPTIM"
OPTIM="-Os $OPTIM"
fi
fi

Expand Down

0 comments on commit 861944d

Please sign in to comment.