We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6bd3a commit 303fe6bCopy full SHA for 303fe6b
premake5.lua
@@ -16,6 +16,8 @@ workspace "VCMPLua"
16
targetprefix "" -- Disable prefix
17
targetsuffix "_x64" -- Default architecture
18
19
+ pic "On" -- position independent code enabled for every project
20
+
21
configurations
22
{
23
-- Debug configurations are not used
0 commit comments