Changeset 486 for trunk/nv.lua
- Timestamp:
- 02/24/16 18:47:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv.lua
r484 r486 117 117 if _ACTION == "gmake-clang" then 118 118 buildoptions { 119 "-std=c++1 1",119 "-std=c++1z", 120 120 -- -- on Mac OS X don't try to use old stdc++ 121 121 -- "-stdlib=libc++", 122 122 "-Weverything", 123 -- math is so much easier with these 124 "-Wno-gnu-anonymous-struct", 125 "-Wno-nested-anon-types", 123 126 -- obviously we don't care about C++98 compatibility 124 127 "-Wno-c++98-compat",
Note: See TracChangeset
for help on using the changeset viewer.