Skip to content

Commit 073c6ee

Browse files
committed
-Ofast is deprecated with the macos c++ compiler
1 parent a6a13d0 commit 073c6ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mmac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
g++ -pthread -fsigned-char -ggdb -Ofast -fno-builtin -D DEBUG -I . ntvdm.cxx i8086.cxx -o ntvdm
1+
g++ -pthread -fsigned-char -ggdb -O3 -fno-builtin -D DEBUG -I . ntvdm.cxx i8086.cxx -o ntvdm

mmacr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
g++ -pthread -fsigned-char -ggdb -Ofast -fno-builtin -D NDEBUG -I . ntvdm.cxx i8086.cxx -o ntvdm
1+
g++ -pthread -fsigned-char -ggdb -O3 -fno-builtin -D NDEBUG -I . ntvdm.cxx i8086.cxx -o ntvdm

0 commit comments

Comments
 (0)