City Two steps
Compilation commands
Step #1
Language | Compilation command |
---|---|
C11 | /usr/bin/gcc -DEVAL -std=gnu11 -O2 -pipe -static -s -o Encoder Encoder.c -lm |
C++20 | /usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o Encoder Encoder.cpp |
C++17 | /usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o Encoder Encoder.cpp |
Step #2
Language | Compilation command |
---|---|
C11 | /usr/bin/gcc -DEVAL -std=gnu11 -O2 -pipe -static -s -o Device Device.c -lm |
C++20 | /usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o Device Device.cpp |
C++17 | /usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o Device Device.cpp |
Please sign in to submit
Attachments
File name | Size |
---|---|
city.zip | 4.34 KiB |