Changeset 486 for trunk/nv.lua


Ignore:
Timestamp:
02/24/16 18:47:54 (9 years ago)
Author:
epyon
Message:
  • mass update once again...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv.lua

    r484 r486  
    117117                if _ACTION == "gmake-clang" then
    118118                        buildoptions {
    119                                 "-std=c++11",
     119                                "-std=c++1z",
    120120--                                -- on Mac OS X don't try to use old stdc++
    121121--                                "-stdlib=libc++",
    122122                                "-Weverything",
     123                                -- math is so much easier with these
     124                                "-Wno-gnu-anonymous-struct",
     125                                "-Wno-nested-anon-types",
    123126                                -- obviously we don't care about C++98 compatibility
    124127                                "-Wno-c++98-compat",
Note: See TracChangeset for help on using the changeset viewer.