Skip to content

Commit

Permalink
Add -fsigned-char
Browse files Browse the repository at this point in the history
  • Loading branch information
sonninnos committed Aug 16, 2023
1 parent 254c571 commit b187489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/toolchain.lua
Expand Up @@ -747,6 +747,10 @@ function toolchain(_buildDir, _subDir)
linkoptions { "-fPIC" }
end

buildoptions {
"-fsigned-char",
}

flags {
"NoPCH",
}
Expand Down

0 comments on commit b187489

Please sign in to comment.