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