We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dd8b8 commit 7617b91Copy full SHA for 7617b91
1 file changed
mr.sh
@@ -1 +1,4 @@
1
-g++ -flto -ggdb -Ofast -fno-builtin -D NDEBUG -I . ntvdm.cxx i8086.cxx -o ntvdm -fopenmp -static
+# this compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
2
+# generates bad code using -O3 and -Ofast. I've yet to get to the bottom of this compiler bug.
3
+
4
+g++ -flto -ggdb -O2 -fno-builtin -D NDEBUG -I . ntvdm.cxx i8086.cxx -o ntvdm -fopenmp -static
0 commit comments