Remove -ansi -pedantic from the g++ command for better optimization
[senf.git] / Scheduler / SConscript
index fc9284e..2909ad3 100644 (file)
@@ -7,4 +7,4 @@ SatSCons.StandardTargets(env)
 SatSCons.Lib(env,
              library = 'Scheduler',
              sources = SatSCons.GlobSources(),
-             LIBS = [ 'Utils' ])
+             LIBS = [ 'Socket', 'Utils' ])