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 c30e32b commit 6f389f7Copy full SHA for 6f389f7
premake5.lua
@@ -80,8 +80,6 @@ project "Test"
80
"src",
81
"include"
82
}
83
-
84
- warnings "High"
85
86
-- OS
87
filter "system:windows"
@@ -93,21 +91,6 @@ project "Test"
93
91
94
92
filter "system:linux"
95
systemversion "latest"
96
97
- buildoptions {
98
- "-pedantic",
99
- "-Wall",
100
- "-Wextra",
101
- "-Wno-unknown-pragmas",
102
- "-Wshadow",
103
- "-Wnon-virtual-dtor",
104
- "-Wold-style-cast",
105
- "-Wcast-align",
106
- "-Wunused",
107
- "-Woverloaded-virtual",
108
- "-Wpedantic",
109
- "-Wimplicit-fallthrough"
110
- }
111
112
-- Architecture
113
filter "platforms:x86"
0 commit comments