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 6d6ba39 commit 4a9966bCopy full SHA for 4a9966b
README.md
@@ -28,7 +28,7 @@ For example:
28
### Compilation
29
30
``` bash
31
-g++ -std=c++17 -Wall -o fdic fdic.cpp dictionary.cpp
+g++ -std=c++17 -O3 -Wall -o fdic fdic.cpp dictionary.cpp
32
```
33
34
### AUR
snap/snapcraft.yaml
@@ -16,7 +16,7 @@ parts:
16
- g++
17
plugin: nil
18
override-build: |
19
- g++ -std=c++17 -Wall -o fdic fdic.cpp dictionary.cpp
+ g++ -O3 -std=c++17 -Wall -o fdic fdic.cpp dictionary.cpp
20
install -D fdic $SNAPCRAFT_PART_INSTALL/bin/fdic
21
install -Dm644 fdic.1 $SNAPCRAFT_PART_INSTALL/man/man1/fdic.1
22
stage:
0 commit comments