Browse Source

The file finder example no longer needs C++17.

David Piuva 3 years ago
parent
commit
c6b69229ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/SDK/fileFinder/build.sh

+ 1 - 1
Source/SDK/fileFinder/build.sh

@@ -13,7 +13,7 @@ WINDOW_MANAGER=NONE
 # Select safe debug mode or fast release mode
 #MODE=-DDEBUG #Debug mode
 MODE=-DNDEBUG #Release mode
-COMPILER_FLAGS="${MODE} -std=c++17 -O2"
+COMPILER_FLAGS="${MODE} -std=c++14 -O2"
 # Select external libraries
 LINKER_FLAGS=""