Skip to content

Commit

Permalink
Found crash in current and previous build when drawing splines using …
Browse files Browse the repository at this point in the history
…the fixed function code path stopped occurring when using the -O2 flag.
  • Loading branch information
acaudwell committed Apr 2, 2013
1 parent dc79cd9 commit c1f41f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gource.win32.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</Target>
</Build>
<Compiler>
<Add option="-O3" />
<Add option="-O2" />
<Add option="-W" />
<Add option="-std=gnu++0x" />
<Add option="-Dmain=SDL_main" />
Expand Down

0 comments on commit c1f41f5

Please sign in to comment.