Skip to content

Commit b16a67b

Browse files
committed
- remove -m32 on linux build
1 parent 7dcf57f commit b16a67b

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

Driver2CutsceneTool/premake5.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ project "Driver2CutsceneTool"
2323
buildoptions {
2424
"-Wno-narrowing",
2525
"-fpermissive",
26-
"-m32"
27-
}
28-
29-
linkoptions {
30-
"-m32"
3126
}
3227

3328
filter "configurations:Debug"

Driver2MissionTool/premake5.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ project "Driver2MissionTool"
2323
buildoptions {
2424
"-Wno-narrowing",
2525
"-fpermissive",
26-
"-m32"
27-
}
28-
29-
linkoptions {
30-
"-m32"
3126
}
3227

3328
filter "configurations:Debug"

DriverImageTool/premake5.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ project "DriverImageTool"
2323
buildoptions {
2424
"-Wno-narrowing",
2525
"-fpermissive",
26-
"-m32"
27-
}
28-
29-
linkoptions {
30-
"-m32"
3126
}
3227

3328
filter "configurations:Debug"

DriverSoundTool/premake5.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ project "DriverSoundTool"
2525
buildoptions {
2626
"-Wno-narrowing",
2727
"-fpermissive",
28-
"-m32"
29-
}
30-
31-
linkoptions {
32-
"-m32"
3328
}
3429

3530
filter "configurations:Debug"

0 commit comments

Comments
 (0)