tools/corrosion/.github/scripts/toolchains/x86_64-unknown-linux-gnu-gcc.cmake
author unC0Rr
Tue, 28 Jan 2025 15:49:45 +0100
changeset 16102 5d302b12d837
parent 16067 d903f8d2395a
permissions -rw-r--r--
- Update landgen to use the latest rand crate - Change Size width and height from usize to u32 for portability - Implement backtracking in wfc generator

# Assumption: This is the native host target.
set(CMAKE_C_COMPILER "gcc")
set(CMAKE_CXX_COMPILER "g++")