We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bc59e commit 43415f8Copy full SHA for 43415f8
.github/workflows/linux_ci.yml
@@ -17,4 +17,5 @@ jobs:
17
run: |
18
mkdir dist
19
g++ -Wall -Wpedantic -Weffc++ -std=c++23 -o dist/basic_example examples/basic_example.cpp src/*.cpp -Iinclude
20
+ g++ -Wall -Wpedantic -Weffc++ -std=c++23 -o dist/instruction_injection examples/instruction_injection.cpp src/*.cpp -Iinclude
21
g++ -Wall -Wpedantic -Weffc++ -std=c++23 -o dist/memory_example examples/memory_example.cpp src/*.cpp -Iinclude
0 commit comments