diff --git a/Rakefile b/Rakefile index ec15a7b9b1d59b18fc5627894823b44a8fd3417a..d04730ed2a1961ef64551cd8974b1e9304913dd8 100755 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,7 @@ PKG_VERSION = Fox.fxrubyversion FXSCINTILLA_INSTALL_DIR = Pathname( CrossLibraries.first.static_libfxscintilla_builddir ).expand_path SWIG = (RUBY_PLATFORM =~ /mingw/) ? "swig.exe" : "swig" -SWIGFLAGS = "-fcompact -c++ -ruby -nodefaultdtor -nodefaultctor -w302 -features compactdefaultargs -I../fox-includes" +SWIGFLAGS = "-c++ -ruby -nodefaultdtor -nodefaultctor -w302 -features compactdefaultargs -I../fox-includes" SWIG_LIB = `#{SWIG} -swiglib`.chomp SWIG_MODULES = { "core.i" => "core_wrap.cpp",