acadia/init-dbg.sh

3 lines
180 B
Bash
Raw Normal View History

#! /bin/bash
2023-06-07 09:29:38 -07:00
cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-gcc -D CMAKE_AR=`which x86_64-elf-ar` -D CMAKE_BUILD_TYPE=Debug