Add simplified compilation command causing error
This commit is contained in:
parent
94ba0b70e8
commit
ab264f26ca
1 changed files with 11 additions and 0 deletions
11
command_that_causes_error.sh
Executable file
11
command_that_causes_error.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pushd "$(dirname "$0")" >&/dev/null
|
||||
|
||||
set -v
|
||||
|
||||
/usr/bin/g++ -I./src -Wall -Wextra -Wpedantic -O0 -g -o ECTest.cpp.o -c ./src/test/ECTest.cpp
|
||||
|
||||
set +v
|
||||
|
||||
popd >&/dev/null
|
Loading…
Reference in a new issue