Changeset 204 for trunk/nv.lua


Ignore:
Timestamp:
08/17/13 21:22:56 (12 years ago)
Author:
cahir
Message:

Fix warnings on MacOSX 64-bit with clang 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv.lua

    r193 r204  
    1515                        buildoptions {
    1616                                "-std=c++11",
     17                                -- on Mac OS X don't try to use old stdc++
     18                                "-stdlib=libc++",
    1719                                "-Weverything",
    1820                                -- obviously we don't care about C++98 compatibility
Note: See TracChangeset for help on using the changeset viewer.