added changes to environment for unloze build and added README with rough instructions on how to build manually without having to use CI
This commit is contained in:
+2
-2
@@ -81,9 +81,9 @@ class SM:
|
||||
self.compiler.AddToListVar('CFLAGS', '-Wno-unused')
|
||||
self.compiler.AddToListVar('CFLAGS', '-Wno-switch')
|
||||
self.compiler.AddToListVar('CFLAGS', '-Wno-implicit-exception-spec-mismatch')
|
||||
self.compiler.AddToListVar('CFLAGS', '-Wno-builtin-declaration-mismatch')
|
||||
#self.compiler.AddToListVar('CFLAGS', '-Wno-builtin-declaration-mismatch')
|
||||
self.compiler.AddToListVar('CFLAGS', '-Wno-unused-result')
|
||||
self.compiler.AddToListVar('CFLAGS', '-Wno-stringop-truncation')
|
||||
#self.compiler.AddToListVar('CFLAGS', '-Wno-stringop-truncation')
|
||||
self.compiler.AddToListVar('CFLAGS', '-msse')
|
||||
self.compiler.AddToListVar('CFLAGS', '-g3')
|
||||
self.compiler.AddToListVar('CFLAGS', '-m32')
|
||||
|
||||
Reference in New Issue
Block a user