mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Always set CMAKE_BUILD_TYPE to Release otherwise supertux will be built with -pg since:afd5f1b33cThis will result in the following build failure on uclibc or musl: [ 77%] Linking C executable sq_static CMakeFiles/sq_static.dir/sq.c.o: In function `quit': /home/buildroot/autobuild/instance-3/output/build/supertux-0.6.0/external/squirrel/sq/sq.c:42: undefined reference to `__gnu_mcount_nc' Fixes: - http://autobuild.buildroot.org/results/b0b2e25af198d01713d1e2bcf38c77ae8ffbd7de Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitc283f0216d) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>