Skip to content

Commit

Permalink
tweak: more instructions for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Force67 committed Mar 22, 2024
1 parent a541d98 commit c4c6511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ filter("system:linux")
defines({
"OS_LINUX",
"OS_POSIX"}) -- we also define the POSIX alias here)
buildoptions("-std=c++2b")
filter("system:macosx")
buildoptions("-std=c++2b -mwaitpkg -mrtm") -- Enable Intel(R) Transactional Synchronization Extensions (-mrtm) and WAITPKG instructions support (-mwaitpkg) on relevant processors
defines("OS_MACOS")
filter{}

Expand Down

0 comments on commit c4c6511

Please sign in to comment.