Skip to content

Commit

Permalink
Disable optimization as it segfaults on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xoppa committed Apr 20, 2014
1 parent d0c0636 commit 0e6bcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ project "fbx-conv"
defines {
"NDEBUG",
}
flags { "Optimize" }
-- flags { "Optimize" }

--- VISUAL STUDIO --------------------------------------------------
configuration "vs*"
Expand Down

0 comments on commit 0e6bcb3

Please sign in to comment.