mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-30 09:11:07 +00:00
use std=c99
This commit is contained in:
parent
489f09a843
commit
d9ec4344fc
@ -7,6 +7,8 @@ include_directories(ed25519-donna)
|
||||
set_source_files_properties(aeskey.c PROPERTIES
|
||||
COMPILE_FLAGS -Wno-sequence-point)
|
||||
|
||||
set(CMAKE_C_FLAGS "-std=c99")
|
||||
|
||||
if(MSVC)
|
||||
set_source_files_properties(${SOURCES} PROPERTIES LANGUAGE CXX)
|
||||
endif(MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user