pysics.box2d.library: Add "-O2" flags to compile switches.
This commit is contained in:
@@ -23,7 +23,8 @@ is
|
||||
package Binder renames Lace_shared.Binder;
|
||||
|
||||
package Compiler is
|
||||
for Default_Switches ("c++") use ("-g",
|
||||
for Default_Switches ("c++") use ("-g",
|
||||
"-O2",
|
||||
"-Wno-return-type-c-linkage",
|
||||
"-I../../../c_math/source/c",
|
||||
"-I../../contrib/include");
|
||||
|
||||
Reference in New Issue
Block a user