More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-06-17 23:18:31 -04:00
parent 087a89dac9
commit f2c0719e95
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ else()
-fvisibility=hidden
)
# don't use C_VERSION or CXX_VERSION because they use GNU standards
# TODO we can actually do this; set both C_EXTENSIONS and CXX_EXTENSIONS to OFF
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11")