changed compile cmd to enforce cpp version (for macos)

pull/5/head
TheRealOrange 2022-02-23 15:31:32 +08:00
rodzic 094b8c937f
commit c8d9542aef
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: E155025E350A1A4B
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ The threshold has to be an integer from 0 to 255, and defaults to 10. The thresh
Built on Manjaro with this command:
```sh
g++ src/main.cpp -O3 -o tvp `pkg-config --cflags --libs opencv4`
g++ src/main.cpp -std=c++17 -O3 -o tvp `pkg-config --cflags --libs opencv4`
```
Below is a preview of how it looks: