Use static libgcc and libstdc++ when doing release build

This commit is contained in:
Francesco Abbate
2020-06-02 23:20:22 +02:00
parent e01ba599ba
commit 01a4981210
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ executable('stb-font-render-test',
executable('agg-font-render-test',
['../src/agg_font_freetype.cpp', '../src/font_renderer.cpp', 'agg_font_render_test.c'],
include_directories: lite_include,
cpp_args: renderer_cdefs,
cpp_args: lite_cdefs,
dependencies: [sdl_dep, libagg_dep, freetype_dep, libm, libdl],
install: false,
)