mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-01 05:48:13 +03:00
SimpleDemo: Use c11 standard instead of c++14.
This commit is contained in:
@@ -29,7 +29,7 @@ if platform == "osx":
|
||||
env.Append(LINKFLAGS = ['-arch', 'x86_64'])
|
||||
|
||||
if platform == "linux":
|
||||
env.Append(CCFLAGS = ['-fPIC', '-g','-O3', '-std=c++14'])
|
||||
env.Append(CCFLAGS = ['-fPIC', '-g','-O3', '-std=c11'])
|
||||
|
||||
if platform == "windows":
|
||||
if target == "debug":
|
||||
|
||||
Reference in New Issue
Block a user