make.sh: allow passing parameters to `make`

This commit is contained in:
Thomas Kolb 2024-01-03 17:29:05 +01:00
parent 5564f1751a
commit fb9c26ccd5
1 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=true ..
make
#cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=true ..
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=true ..
make $@